feat(nixos): some moves to nixos server

This commit is contained in:
2025-12-28 19:18:15 +00:00
parent c923a5f1e9
commit e5307a51bb
12 changed files with 253 additions and 45 deletions
+1
View File
@@ -1,3 +1,4 @@
{ callPackage }: {
posix-shell = callPackage ./posix-shell {};
steam = callPackage ./steam {};
}