commit | d58fbaf17e994e9cf32e64f61ae16d6eb5cd4cfc | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Thu Jun 20 21:08:48 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Fri Jun 28 22:17:57 2024 +0000 |
tree | 94672869c7d06a00ee7fb1cac2cc0c5d3dbaf75c | |
parent | edbbcc38924932de94838d8c9ac5e85d2b1c2ebc [diff] |
feat(systems): Add new system ocicat Coded has gotten a new laptop and therefore needs another system, this is that Change-Id: I4287715eda72de11055360a0342c03898496c810 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/762 Tested-by: Samuel Shuert <coded@clicks.codes> Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/systems/x86_64-linux/ocicat/games/default.nix b/systems/x86_64-linux/ocicat/games/default.nix new file mode 100644 index 0000000..aa603bc --- /dev/null +++ b/systems/x86_64-linux/ocicat/games/default.nix
@@ -0,0 +1,3 @@ +{ ... }: { + chimera.games.steam.enable = true; +} \ No newline at end of file