diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
| commit | 574d3681522ce5c21b153cfb3e8f1a923d14aa46 (patch) | |
| tree | bf102f3add5022ae14a749724227aa334d3783d5 /home.nix | |
| parent | freetube configured (diff) | |
| download | nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.gz nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.bz2 nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.zip | |
switch to hyprpaper
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,10 +4,13 @@ pkgs, ... }: + + { imports = [ ./sh.nix ./hyprland/hyprland.nix + ./hyprpaper.nix ./ghostty.nix ./obsidian.nix ./fastfetch.nix @@ -137,6 +140,7 @@ enable = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }; + # Let Home Manager install and manage itself. programs.home-manager.enable = true; |
