nixos/hosts/vm/variables.nix

5 lines
72 B
Nix

{
# Set Display Manager
# 'gdm', 'sddm'
displayManager = "sddm";
}