wip: progress

This commit is contained in:
2025-12-23 03:00:36 +00:00
parent 036b87d978
commit df756281ae
26 changed files with 417 additions and 134 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 = {