Just so there is a backup

This commit is contained in:
2024-11-18 09:11:55 +02:00
parent 85ecb7b4a0
commit 4984e0a3ed
34 changed files with 1830 additions and 152 deletions
+2 -1
View File
@@ -75,7 +75,6 @@
./nixos/configuration-vm.nix
];
};
};
# Standalone home-manager configuration entrypoint
@@ -91,5 +90,7 @@
];
};
};
shells = forAllSystems (system: ((import ./shells) { pkgs= nixpkgs.legacyPackages.${system} // outputs.packages.${system};}));
};
}