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