This commit is contained in:
Robin
2026-06-02 20:21:32 +02:00
parent 12ab25c8f0
commit ab20bbd8c4
8 changed files with 302 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
environment.systemPackages = (with pkgs; [
rofi
hyprcursor
swww
awww
hyprland
hyprlock
hyprsunset
@@ -10,6 +10,6 @@
programs.hyprland = {
enable = true;
withUWSM = true; # recommended for most users
#xwayland.enable = true;
xwayland.enable = true;
};
}