diff options
author | sefidel <contact@sefidel.net> | 2022-01-08 21:48:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-08 21:48:22 +0900 |
commit | 8e82f138c8c9529f3c8a94017aaab27cc5ae6391 (patch) | |
tree | c1fba71b643a091ca1357d73ecda2838e93fd9d8 /home/modules/profiles/base/config | |
parent | 2daa3dcd4321c00e69549cafdf12685d36dc7259 (diff) | |
download | nixrc-8e82f138c8c9529f3c8a94017aaab27cc5ae6391.tar.gz nixrc-8e82f138c8c9529f3c8a94017aaab27cc5ae6391.zip |
home/misc: change neotheme module structure
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; '' * { |