mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
Revert "home-manager: Use minimal module set and import everything else manually"
This reverts commit 0c25e7fd34.
The slightly decreased evaluation time isn't worth the added maintenance burden
This commit is contained in:
parent
0c25e7fd34
commit
70b8d89311
18 changed files with 6 additions and 98 deletions
|
|
@ -34,7 +34,6 @@
|
|||
users.users.seb.shell = pkgs.zsh;
|
||||
|
||||
home-manager = {
|
||||
minimal = true;
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs self pkgs-unstable; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue