chore(aspen/system): Don't install games+obs on all machines
Only those that want them Change-Id: Id1caf5e89f69c51a7da90ff2387a9384abbf4f91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11308 Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
b69e2c22df
commit
4cfbf8fa34
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,8 @@ in
|
||||||
../platforms/linux.nix
|
../platforms/linux.nix
|
||||||
../modules/common.nix
|
../modules/common.nix
|
||||||
../modules/desktop.nix
|
../modules/desktop.nix
|
||||||
|
../modules/games.nix
|
||||||
|
../modules/obs.nix
|
||||||
../modules/development/agda.nix
|
../modules/development/agda.nix
|
||||||
../modules/development/readyset.nix
|
../modules/development/readyset.nix
|
||||||
../modules/development/ocaml.nix
|
../modules/development/ocaml.nix
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./i3.nix
|
./i3.nix
|
||||||
./obs.nix
|
|
||||||
./games.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue