add back username inherit to themechage

This commit is contained in:
Tyler Kelley 2024-05-14 18:04:03 -05:00
parent dbab535338
commit f71eea6c04

View File

@ -77,7 +77,7 @@ in
(import ../../scripts/emopicker9000.nix { inherit pkgs; })
(import ../../scripts/task-waybar.nix { inherit pkgs; })
(import ../../scripts/squirtle.nix { inherit pkgs; })
(import ../../scripts/themechange.nix { inherit pkgs; inherit host; })
(import ../../scripts/themechange.nix { inherit pkgs; inherit host; inherit username; })
(import ../../scripts/theme-selector.nix { inherit pkgs; })
(import ../../scripts/nvidia-offload.nix { inherit pkgs; })
(import ../../scripts/web-search.nix { inherit pkgs; })