From 709f895d9da726a9daa950c694905650ec634f06 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 26 Jul 2024 10:35:03 -0600 Subject: fixed missing binary --- home-manager/home.nix | 1 + modules/nixos/hyprland.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3