manage .nix-profile symlink

This commit is contained in:
Chris Dombroski 2024-12-24 20:40:52 -05:00
parent 12c5f6484f
commit 9213b1cfae
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
file = { file = {
".nix-profile" = { ".nix-profile" = {
source = config.lib.file.mkOutOfStoreSymlink "./local/state/nix/profile"; source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.stateHome}/nix/profile";
}; };
}; };
}; };

View file

@ -166,7 +166,7 @@ in
protontricks protontricks
protonup-qt protonup-qt
; ;
inherit (pkgs-unstable.jetbrains) idea-community; inherit (pkgs.jetbrains) idea-community;
} }
++ [ ++ [
(pkgs.retroarch.override { (pkgs.retroarch.override {