wip wayland
This commit is contained in:
parent
43127e2660
commit
670ce72ce9
2 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ with lib;
|
||||||
./suspend.nix
|
./suspend.nix
|
||||||
./taskwarrior.nix
|
./taskwarrior.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./wayland.nix
|
||||||
./xorg
|
./xorg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue