Switch from sway to hyprland

This commit is contained in:
Kiana Sheibani 2024-02-09 17:17:48 -05:00
parent 524bffc068
commit 2be0e3847b
16 changed files with 194 additions and 204 deletions

View file

@ -22,7 +22,7 @@ lib.mkIf (config.platform != "mobile")
services.xserver = {
enable = true;
displayManager.defaultSession = "sway";
displayManager.defaultSession = "hyprland";
displayManager.sddm = {
enable = true;
theme = "tokyo-night-sddm";

View file

@ -23,6 +23,8 @@
gcc
];
programs.hyprland.enable = true;
programs.fish.enable = true;
programs.sway.enable = true;
programs.sway.extraPackages = [];