fixed
This commit is contained in:
parent
e25cc767b8
commit
85e271c8c2
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# this needs to be enabled for gtk apps
|
||||
programs.dconf.enable = true;
|
||||
# https://nixos.wiki/wiki/XMonad
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue