From e21694b16f91d71382c8d78be912111ae18069f7 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 10 Dec 2025 21:47:43 +0000 Subject: [PATCH] qol(quickshell): updated path --- modules/quickshell/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/quickshell/home.nix b/modules/quickshell/home.nix index c534a4b..8180462 100644 --- a/modules/quickshell/home.nix +++ b/modules/quickshell/home.nix @@ -1,5 +1,6 @@ { inputs, + nix-meow, config, lib, pkgs, @@ -16,7 +17,7 @@ in }; config.xdg.configFile."quickshell" = lib.mkIf cfg.enable { recursive = true; - source = config.lib.file.mkOutOfStoreSymlink "./quickshell"; + source = config.lib.file.mkOutOfStoreSymlink "${nix-meow.flakeRoot}/modules/quickshell/quickshell"; }; config.systemd.user.services.quickshell = lib.mkIf cfg.enable { Unit = {