diff options
| -rw-r--r-- | home-manager/home.nix | 1 | ||||
| -rw-r--r-- | modules/nixos/hyprland.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 0edd4a4..607999e 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -13,6 +13,7 @@ ../modules/home-manager/waybar.nix ../modules/home-manager/swaylock.nix ../modules/home-manager/swayidle.nix + ../modules/home-manager/hypridle.nix ]; nixpkgs = { diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 6e72fa3..ab74d38 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -63,7 +63,6 @@ waybar # the status bar swaybg # the wallpaper hyprpaper # hyprland wallpeper - hypridle swayidle # the idle timeout swaylock-effects # locking the screen brightnessctl # control device brightness |
