about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
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 = {