diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-26 10:35:03 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-26 10:35:03 -0600 |
| commit | 709f895d9da726a9daa950c694905650ec634f06 (patch) | |
| tree | 57d0d261373e4f18c3da69a690f9795808243f0b | |
| parent | 63666f752ffe491cf7705a62652416d98e8c60e5 (diff) | |
fixed missing binary
| -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 |
