profiles/core: add home-manager packages config
This commit is contained in:
parent
11b2abf96c
commit
811782ed98
1 changed files with 5 additions and 0 deletions
|
@ -55,4 +55,9 @@
|
|||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue