wip wayland

main
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
./taskwarrior.nix
./vscode.nix
./wayland.nix
./xorg
];

View File

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