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