Initial dendritic rewrite
This commit is contained in:
10
modules/features/gdm.nix
Normal file
10
modules/features/gdm.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.modules.nixos.gdm = {
|
||||
services.displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user