From 8e82f138c8c9529f3c8a94017aaab27cc5ae6391 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 8 Jan 2022 21:48:22 +0900 Subject: home/misc: change neotheme module structure --- home/modules/profiles/base/config/foot.nix | 2 +- home/modules/profiles/base/config/sway.nix | 2 +- home/modules/profiles/base/config/waybar-style.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home/modules/profiles/base/config') 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; '' * { -- cgit 1.4.1