refactored theme configuration to use stylix instead of individually theming each program
This commit is contained in:
@@ -7,13 +7,12 @@
|
||||
config,
|
||||
home-manager,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
desktop_modules = if (host == "onagesson") then
|
||||
[(import ./programs/steam.nix)] else [];
|
||||
in
|
||||
{
|
||||
}: let
|
||||
desktop_modules =
|
||||
if (host == "onagesson")
|
||||
then [(import ./programs/steam.nix)]
|
||||
else [];
|
||||
in {
|
||||
imports =
|
||||
[(import ./programs/btop.nix)]
|
||||
++ [(import ./programs/yazi.nix)]
|
||||
@@ -36,5 +35,5 @@ in
|
||||
++ [(import ./hyprland)]
|
||||
++ [(import ./scripts)]
|
||||
++ [(import ./swaync/swaync.nix)]
|
||||
++ desktop_modules;
|
||||
++ desktop_modules;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user