sway/hyprland: switch to nemo file manager

This commit is contained in:
Aly Raffauf 2024-06-19 23:47:52 -04:00
parent a3c981cc6b
commit c53fe181da
2 changed files with 2 additions and 4 deletions

View file

@ -18,7 +18,7 @@
defaultApps = {
browser = config.alyraffauf.defaultApps.webBrowser.exe;
editor = config.alyraffauf.defaultApps.editor.exe;
fileManager = lib.getExe pkgs.xfce.thunar;
fileManager = lib.getExe pkgs.cinnamon.nemo;
launcher = lib.getExe pkgs.fuzzel;
lock = lib.getExe pkgs.swaylock;
logout = lib.getExe pkgs.wlogout;
@ -64,7 +64,6 @@
[
wallpaperd
(lib.getExe pkgs.waybar)
"${defaultApps.fileManager} --daemon"
idled
(lib.getExe' pkgs.blueman "blueman-applet")
(lib.getExe' pkgs.networkmanagerapplet "nm-applet")

View file

@ -46,7 +46,7 @@
# Default apps
browser = config.alyraffauf.defaultApps.webBrowser.exe;
fileManager = lib.getExe pkgs.xfce.thunar;
fileManager = lib.getExe pkgs.cinnamon.nemo;
editor = config.alyraffauf.defaultApps.editor.exe;
terminal = config.alyraffauf.defaultApps.terminal.exe;
@ -305,7 +305,6 @@
then "true"
else "${wallpaperd}";
}
{command = "${fileManager} --daemon";}
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
{command = "${idled}";}
{command = lib.getExe pkgs.autotiling;}