summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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;