diff options
author | sefidel <contact@sefidel.net> | 2022-01-26 11:38:00 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-26 11:38:00 +0900 |
commit | 85a5b96b17ba7c025a96e616d11a20f1489b3fab (patch) | |
tree | e28bd7957c84eb018822a103149576c7c10cb902 /home/profiles | |
parent | 358efefb454690c0538b9d523cd32f6af400f640 (diff) | |
download | nixrc-85a5b96b17ba7c025a96e616d11a20f1489b3fab.tar.gz nixrc-85a5b96b17ba7c025a96e616d11a20f1489b3fab.zip |
home/base: waybar - store config in seperate dir
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base/config/waybar/settings.nix (renamed from home/profiles/base/config/waybar-settings.nix) | 0 | ||||
-rw-r--r-- | home/profiles/base/config/waybar/style.nix (renamed from home/profiles/base/config/waybar-style.nix) | 0 | ||||
-rw-r--r-- | home/profiles/base/default.nix | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/config/waybar-settings.nix b/home/profiles/base/config/waybar/settings.nix index 90e793a..90e793a 100644 --- a/home/profiles/base/config/waybar-settings.nix +++ b/home/profiles/base/config/waybar/settings.nix diff --git a/home/profiles/base/config/waybar-style.nix b/home/profiles/base/config/waybar/style.nix index 686da35..686da35 100644 --- a/home/profiles/base/config/waybar-style.nix +++ b/home/profiles/base/config/waybar/style.nix 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 = { |