diff options
Diffstat (limited to 'home/modules/profiles/base/config')
-rw-r--r-- | home/modules/profiles/base/config/foot.nix | 2 | ||||
-rw-r--r-- | home/modules/profiles/base/config/sway.nix | 2 | ||||
-rw-r--r-- | home/modules/profiles/base/config/waybar-style.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix index ddb4566..08a38e7 100644 --- a/home/modules/profiles/base/config/foot.nix +++ b/home/modules/profiles/base/config/foot.nix @@ -1,6 +1,6 @@ { neotheme }: -with neotheme.palette.colors; +with neotheme.colors; { main = { diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix index 0bb0179..00dae28 100644 --- a/home/modules/profiles/base/config/sway.nix +++ b/home/modules/profiles/base/config/sway.nix @@ -1,6 +1,6 @@ { pkgs, neotheme }: -with neotheme.palette.colors; +with neotheme.colors; '' exec autotiling diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix index c47ea23..f3c51cc 100644 --- a/home/modules/profiles/base/config/waybar-style.nix +++ b/home/modules/profiles/base/config/waybar-style.nix @@ -1,6 +1,6 @@ { neotheme }: -with neotheme.palette.colors; +with neotheme.colors; '' * { |