update hypr

This commit is contained in:
Odweta
2026-01-11 18:31:59 +01:00
parent 4ac1f8b16a
commit ee7d8468ba
2 changed files with 9 additions and 9 deletions
+9
View File
@@ -10,4 +10,13 @@
hyprpolkitagent
hyprcursor
];
# program enables
programs.hyprland = {
enable = true;
withUSWM = true;
};
programs.hyprlock.enable = true;
programs.hypridle.enable = true;
programs.wofi.enable = true;
}
-9
View File
@@ -1,15 +1,6 @@
{ pkgs, ... }:
{
# program enables
programs.hyprland = {
enable = true;
withUSWM = true;
};
programs.hyprlock.enable = true;
programs.hypridle.enable = true;
programs.wofi.enable = true;
# some env vars for improvement
sessionVariables = {
NIXOS_OZONE_WL = "1";