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/foot.nix | |
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/foot.nix')
-rw-r--r-- | home/modules/profiles/base/config/foot.nix | 2 |
1 files changed, 1 insertions, 1 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 = { |