From 6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 17:59:58 -0400 Subject: hyprlock and hypridle added --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 0bf3695..0905aad 100644 --- a/home.nix +++ b/home.nix @@ -11,6 +11,8 @@ ./sh.nix ./hyprland/hyprland.nix ./hyprpaper.nix + ./hypridle.nix + ./hyprlock.nix ./ghostty.nix ./obsidian.nix ./fastfetch.nix @@ -143,6 +145,7 @@ extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }; + # Let Home Manager install and manage itself. programs.home-manager.enable = true; -- cgit v1.3.1