upload af nix configs

This commit is contained in:
2026-07-12 14:39:07 +02:00
commit f4382c7a97
8 changed files with 189 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }: {
imports = [
./native.nix
./flatpak.nix
];
}