about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-26 11:38:00 +0900
committersefidel <contact@sefidel.net>2022-01-26 11:38:00 +0900
commit85a5b96b17ba7c025a96e616d11a20f1489b3fab (patch)
treee28bd7957c84eb018822a103149576c7c10cb902 /home/profiles/base/default.nix
parent358efefb454690c0538b9d523cd32f6af400f640 (diff)
downloadnixrc-85a5b96b17ba7c025a96e616d11a20f1489b3fab.tar.gz
nixrc-85a5b96b17ba7c025a96e616d11a20f1489b3fab.zip
home/base: waybar - store config in seperate dir
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index eade27c..2480b34 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -118,9 +118,9 @@ in
       waybar = {
         enable = config.wayland.windowManager.sway.enable;
 
-        settings = [ (import ./config/waybar-settings.nix { inherit neotheme; }) ];
+        settings = [ (import ./config/waybar/settings.nix { inherit neotheme; }) ];
 
-        style = import ./config/waybar-style.nix { inherit neotheme; };
+        style = import ./config/waybar/style.nix { inherit neotheme; };
       };
 
       zsh = {