From 19537a149958f2174fde6c80dac4300adbce406d Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 7 Mar 2026 09:18:34 -0600 Subject: [PATCH] test --- homes/nathan/home-manager/dotfiles/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/homes/nathan/home-manager/dotfiles/default.nix b/homes/nathan/home-manager/dotfiles/default.nix index 2067192..956fb05 100644 --- a/homes/nathan/home-manager/dotfiles/default.nix +++ b/homes/nathan/home-manager/dotfiles/default.nix @@ -4,7 +4,6 @@ home.file = { ".config/hypr" = lib.mkIf config.homeconfig.hyprland.enable { source = ./hypr; recursive = true; }; - ".config/hyprpanel" = lib.mkIf config.homeconfig.hyprpanel.enable { source = ./hyprpanel; recursive = true; }; ".config/wal/templates" = lib.mkIf config.homeconfig.wal.enable { source = ./wal/templates; recursive = true; }; ".config/ohmyposh" = { source = ./ohmyposh; recursive = true; }; "Pictures/Wallpaper" = lib.mkIf config.homeconfig.graphical { source = ./Wallpaper; recursive = true; };