Initial commit of NixOS configuration
This commit is contained in:
9
system_components/sddm.nix
Normal file
9
system_components/sddm.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user