Minimize pkgs use, add stable channel for unstable systems, more separation and such
This commit is contained in:
parent
e2c86171a5
commit
9190e09c93
23 changed files with 112 additions and 93 deletions
|
@ -1,10 +1,11 @@
|
|||
{ unstable, nur, blender, ... }:
|
||||
{ stable, unstable, nur, blender, ... }:
|
||||
{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "bak";
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
stable
|
||||
unstable
|
||||
nur
|
||||
blender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue