Replies: 1 comment 1 reply
-
|
Unfortunately no. The regular user profile is difficult to avoid. In principle it may be possible to have Home Manager take it over completely but it would break standard profile commands such as I think that we have to keep the user profile for the foreseeable future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using standalone
home-manager, in dir~/.local/state/nix/profilesi found two type of generations,home-mangerfor "home-manage" andprofilefor "nix profile".Each time i use
home-manager switchto build a new generation or rollback to a prior generation, a new generation fornix profilewill be generated.home-manager switch, it generated "hm-10-link" and "prof-2-link"home-manager switch --rollback, a new "prof-3-link" generated.and
nix profile historysays no change.Since I'm using home-manager take over my user envrionment, i don't need
nix profileany more. Is it possible to disablenix profile?Beta Was this translation helpful? Give feedback.
All reactions