Revert "dconf enable and qt theme in theme.nix"
This reverts commit 17fea084aa
.
oops, tried moving a config.nix to a home.nix
This commit is contained in:
parent
17fea084aa
commit
1b4943b566
2 changed files with 5 additions and 4 deletions
|
@ -29,7 +29,6 @@ in
|
|||
};
|
||||
|
||||
# Set system dark mode
|
||||
programs.dconf.enable = true;
|
||||
dconf.settings = {
|
||||
"org/freedesktop/appearance" = {
|
||||
color-scheme = 1;
|
||||
|
@ -39,9 +38,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# I think I need a gtk theme? gnome-keyring
|
||||
qt.platformTheme = "gtk2";
|
||||
|
||||
home.pointerCursor = lib.mkIf cfg.cursor
|
||||
(
|
||||
let
|
||||
|
|
|
@ -69,6 +69,11 @@
|
|||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# I think I need a gtk theme? gnome-keyring
|
||||
qt.platformTheme = "gtk2";
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue