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 {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
|
# this is needed for gtk configuration to work
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager = {
|
windowManager = {
|
||||||
|
|
Loading…
Reference in a new issue