Update dependencies
This commit is contained in:
parent
0a82c47f48
commit
700906bb8f
6 changed files with 15 additions and 32 deletions
|
|
@ -19,14 +19,10 @@ lib.mkIf (config.platform != "mobile")
|
|||
qtgraphicaleffects
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
displayManager.defaultSession = "hyprland";
|
||||
displayManager.sddm = {
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "tokyo-night-sddm";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue