Added additional config for nh
This commit is contained in:
parent
93ac9a4287
commit
44f24f05ac
2 changed files with 3 additions and 1 deletions
|
|
@ -398,6 +398,7 @@ in
|
|||
productive = {
|
||||
inheritParentConfig = true;
|
||||
configuration = {
|
||||
environment.etc."specialisation".text = "productive";
|
||||
environment.systemPackages = basePackages;
|
||||
programs.steam.enable = lib.mkOverride 99 false;
|
||||
}
|
||||
|
|
@ -412,6 +413,7 @@ in
|
|||
no_yt = {
|
||||
inheritParentConfig = true;
|
||||
configuration = {
|
||||
environment.etc."specialisation".text = "no_yt";
|
||||
environment.systemPackages = basePackages ++ unproductivePackages;
|
||||
}
|
||||
// blocky_config (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue