diff --git a/home/dwm.nix b/home/dwm.nix index d23f8b91..68d11d7d 100644 --- a/home/dwm.nix +++ b/home/dwm.nix @@ -36,7 +36,6 @@ in }; static const char *const autostart[] = { - "${pkgs.nemo}/bin/nemo-desktop", NULL, "xrdb", "-merge", "${homeDirectory}/.Xresources", NULL, "mpDris2", NULL, "dunst", NULL, diff --git a/home/picom.nix b/home/picom.nix index 65e6c951..260fada6 100644 --- a/home/picom.nix +++ b/home/picom.nix @@ -34,7 +34,6 @@ }; blur-background-exclude = [ - "class_g = 'Nemo-desktop'" "class_g = 'slop'" ];