wip wayland

This commit is contained in:
Ingolf Wagner 2024-05-04 10:02:43 +02:00
parent 43127e2660
commit 670ce72ce9
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ with lib;
./suspend.nix ./suspend.nix
./taskwarrior.nix ./taskwarrior.nix
./vscode.nix ./vscode.nix
./wayland.nix
./xorg ./xorg
]; ];

View file

@ -28,6 +28,8 @@
boot.tmp.useTmpfs = true; # make /tmp a tmpfs (performance!) boot.tmp.useTmpfs = true; # make /tmp a tmpfs (performance!)
components.gui.enable = true; components.gui.enable = true;
components.gui.xorg.enable = true;
components.gui.wayland.enable = false;
components.mainUser.enable = true; components.mainUser.enable = true;
components.media.enable = true; components.media.enable = true;
components.media.tts-client.enable = false; components.media.tts-client.enable = false;