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
+11
View File
@@ -0,0 +1,11 @@
{
inputs,
flake,
self,
}:
{
pkgs,
lib,
config,
...
}: let in { }