update hypr

This commit is contained in:
Odweta
2026-01-11 18:45:50 +01:00
parent 6da6d5eb32
commit 926ec4aafc
6 changed files with 18 additions and 509 deletions
+10 -3
View File
@@ -1,16 +1,23 @@
{ pkgs, ... }:
{
programs.hyprlock.enable = true;
programs.hypridle.enable = true;
programs.wofi.enable = true;
# hypr packages
home.packages = with pkgs; [
hypridle
hyprlock
waybar
wofi
];
# some env vars for improvement
sessionVariables = {
home.sessionVariables = {
NIXOS_OZONE_WL = "1";
WLR_NO_HARDWARE_CURSORS = "1";
};
# hyprland config
wayland.windowManager.hyprland = {
enable = true;