fix
This commit is contained in:
parent
31b0a2e518
commit
2dd6b45b6c
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# this is needed for gtk configuration to work
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager = {
|
||||
|
|
Loading…
Reference in a new issue