Fix trying to set dconf without desktop
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user