summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-07-08 14:24:31 +0200
committerlassulus <git@lassul.us>2023-07-08 14:24:31 +0200
commit4c50091a7c639fabf696d7c5aa727e72ad677233 (patch)
tree0b291bfa929d057bf7fefd7fd1a6d2f8570ae675 /lass/1systems
parent8e959cc72db31fad948c12e29d9345276013b8a6 (diff)
l aergia.r: import jovian nixos
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/aergia/config.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lass/1systems/aergia/config.nix b/lass/1systems/aergia/config.nix
index d49040a7..08bf2b2b 100644
--- a/lass/1systems/aergia/config.nix
+++ b/lass/1systems/aergia/config.nix
@@ -27,6 +27,13 @@
<stockholm/lass/2configs/print.nix>
<stockholm/lass/2configs/br.nix>
<stockholm/lass/2configs/c-base.nix>
+ # steam-deck like experience https://github.com/Jovian-Experiments/Jovian-NixOS
+ {
+ imports = [
+ "${builtins.fetchTarball "https://github.com/Jovian-Experiments/Jovian-NixOS/archive/master.tar.gz"}/modules"
+ ];
+ jovian.steam.enable = true;
+ }
];
system.stateVersion = "22.11";