fix default.nix in .gitignore (oops)

This commit is contained in:
2025-12-23 23:21:16 +02:00
parent 205268b683
commit 24665ffe5b
7 changed files with 91 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
imports = [
./common.nix
./flatpak.nix
./programs.nix
];
}