Fix trying to set dconf without desktop

This commit is contained in:
Alexander Wainwright
2025-09-04 23:47:52 +10:00
parent 90cc7285b9
commit 4fc067bf21

View File

@@ -19,7 +19,7 @@
# xxx
# '';
dconf.settings = {
dconf.settings = if isDesktop then {
"org/gnome/settings-daemon/plugins/media-keys" = {
custom-keybindings = [ "/org/gnome/settings-daemon/plugins/media-keys/custom0/" ];
};
@@ -31,7 +31,7 @@
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
} else {};
home.shellAliases = {
e = "ls -lh";