meta: Remove nemo-desktop

This was interesting but I prefer the hacker feel and simplicity of no
desktop icons since it makes using different backgrounds easier.
This commit is contained in:
Donovan Glover 2024-09-08 12:43:35 -04:00
parent d538e2c8fa
commit 424edb7828
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ in
}; };
static const char *const autostart[] = { static const char *const autostart[] = {
"${pkgs.nemo}/bin/nemo-desktop", NULL,
"xrdb", "-merge", "${homeDirectory}/.Xresources", NULL, "xrdb", "-merge", "${homeDirectory}/.Xresources", NULL,
"mpDris2", NULL, "mpDris2", NULL,
"dunst", NULL, "dunst", NULL,

View File

@ -34,7 +34,6 @@
}; };
blur-background-exclude = [ blur-background-exclude = [
"class_g = 'Nemo-desktop'"
"class_g = 'slop'" "class_g = 'slop'"
]; ];