more code cleanups and build fixes

This commit is contained in:
Aly Raffauf 2024-07-18 20:20:15 -04:00
parent 7ee40426ab
commit b665dac14e
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
dconf = { dconf = {
enable = true; enable = true;
settings = { settings = {
"org/nemo/preferences" = { "org/nemo/preferences" = {
show-image-thumbnails = "always"; show-image-thumbnails = "always";

View file

@ -16,7 +16,7 @@
dconf = { dconf = {
enable = true; enable = true;
settings = { settings = {
"org/gnome/desktop/wm/preferences" = {button-layout = "";}; "org/gnome/desktop/wm/preferences".button-layout = "";
"org/gnome/nm-applet".disable-connected-notifications = true; "org/gnome/nm-applet".disable-connected-notifications = true;
}; };
}; };

View file

@ -1,4 +1,4 @@
{ self: {
imports = [ imports = [
./apps ./apps
./desktop ./desktop