From c17c9873b9951d8d52bfcc938300b02742340a8d Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Tue, 2 Sep 2025 14:39:38 +1000 Subject: [PATCH] user/catppuccin: fix theme script it just kept reusing old generations because nix/profiles/home-manager isn't.. consistently updated? idk how long this has been happening or if they changed something ughhhhhh --- modules/user/catppuccin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/catppuccin.nix b/modules/user/catppuccin.nix index 44973e6..176b42c 100644 --- a/modules/user/catppuccin.nix +++ b/modules/user/catppuccin.nix @@ -53,7 +53,7 @@ echo "invalid theme, valid values: [dark, light, restore]" exit 1 fi - current="$HOME/.local/state/nix/profiles/home-manager" + current="$HOME/.local/state/home-manager/gcroots/current-home/" cached="$HOME/.local/state/last-parent-specialisation" if [ -d "$current/specialisation" ]; then if [ -d "$cached" ]; then