[waybar] Move config

This commit is contained in:
Tibo De Peuter 2023-11-14 22:33:03 +01:00
parent 7dda8086d4
commit 65ef0adf6d
11 changed files with 188 additions and 174 deletions

View file

@ -49,6 +49,10 @@ in {
source = ../../../stow/vifm/.config/vifm;
recursive = true; # Fix history and all working
};
".config/waybar" = {
enable = config.sisyphus.desktop.sway.enable;
source = ../../../stow/waybar/.config/waybar;
};
".config/zellij" = {
enable = (builtins.elem pkgs.zellij installedPkgs);
source = ../../../stow/zellij/.config/zellij;