summaryrefslogtreecommitdiffstats
path: root/home.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 17:59:58 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 17:59:58 -0400
commit6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652 (patch)
treec86720bdda309638e3888a90876c9916988b12cc /home.nix
parentchange waybar icons to match workspaces (diff)
downloadnixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.tar.gz
nixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.tar.bz2
nixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.zip
hyprlock and hypridle added
Diffstat (limited to '')
-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;