manage .nix-profile symlink
This commit is contained in:
parent
12c5f6484f
commit
9213b1cfae
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
file = {
|
||||
".nix-profile" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "./local/state/nix/profile";
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.stateHome}/nix/profile";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -166,7 +166,7 @@ in
|
|||
protontricks
|
||||
protonup-qt
|
||||
;
|
||||
inherit (pkgs-unstable.jetbrains) idea-community;
|
||||
inherit (pkgs.jetbrains) idea-community;
|
||||
}
|
||||
++ [
|
||||
(pkgs.retroarch.override {
|
||||
|
|
Loading…
Add table
Reference in a new issue