Squash merge bar-rework into main

This commit is contained in:
2025-12-28 00:14:00 +00:00
parent 976e7ef271
commit 8a3678428b
35 changed files with 502 additions and 144 deletions

View File

@@ -17,7 +17,7 @@ in
};
config.xdg.configFile."quickshell" = lib.mkIf cfg.enable {
recursive = true;
source = config.lib.file.mkOutOfStoreSymlink "${nix-meow.flakeRoot}/modules/quickshell/quickshell";
source = config.lib.file.mkOutOfStoreSymlink /home/doloro/dotfiles/modules/quickshell/quickshell;
};
config.systemd.user.services.quickshell = lib.mkIf cfg.enable {
Unit = {