feat: enable gdm
This commit is contained in:
parent
e3625bf75c
commit
54e47ff604
2 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
./borg.nix
|
||||
./earlyoom.nix
|
||||
./gdm.nix
|
||||
./gpg.nix
|
||||
./keyd.nix
|
||||
./pipewire.nix
|
||||
|
|
9
hosts/alice/gdm.nix
Normal file
9
hosts/alice/gdm.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue