Update dependencies

This commit is contained in:
Kiana Sheibani 2024-05-12 19:04:06 -04:00
parent 0a82c47f48
commit 700906bb8f
6 changed files with 15 additions and 32 deletions

View file

@ -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";
};
};
})