mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
sway/hyprland: switch to nemo file manager
This commit is contained in:
parent
a3c981cc6b
commit
c53fe181da
|
@ -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")
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue