This commit is contained in:
iFargle 2024-02-09 22:40:52 +09:00
parent f7293f8846
commit d695200d23

View file

@ -58,7 +58,18 @@
in {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
modules = [
modules = let
pkgs = import inputs.${repo} {
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;
};
unstable-pkgs = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;
};
in [
# Types are 'default', 'small', and 'minimal'
../nixos/${type}.nix
inputs.sops-nix.nixosModules.sops