feat: several changes (add packages, fix syntax, ...)

This commit is contained in:
Xavier Morel
2025-05-18 17:02:53 +02:00
committed by installer
parent 285d96d758
commit 3eefb0e8ce
6 changed files with 207 additions and 10 deletions

View File

@@ -23,7 +23,10 @@
}@inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
pkgs = import nixpkgs {
system = system;
config.allowUnfree = true;
};
in
{
nixosConfigurations = {