From 574d3681522ce5c21b153cfb3e8f1a923d14aa46 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 15:53:29 -0400 Subject: switch to hyprpaper --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 612b2fc..ecc9de9 100644 --- a/home.nix +++ b/home.nix @@ -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; -- cgit v1.3.1