diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 17:59:58 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 17:59:58 -0400 |
| commit | 6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652 (patch) | |
| tree | c86720bdda309638e3888a90876c9916988b12cc /home.nix | |
| parent | change waybar icons to match workspaces (diff) | |
| download | nixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.tar.gz nixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.tar.bz2 nixos-6b78f6b7976b880d44b52a2f7d0ad8cf37a9d652.zip | |
hyprlock and hypridle added
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
