diff options
Diffstat (limited to 'home.nix')
| -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; |
