This commit is contained in:
iFargle 2024-02-09 22:57:55 +09:00
parent e575662feb
commit 1b32d1ad06

View file

@ -49,13 +49,8 @@
config.allowUnfree = unfree;
hostPlatform = system;
};
unstable-pkgs = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;
};
inputs.${repo}.lib.nixosSystem = {
inputs.${repo}.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
modules = [
# Types are 'default', 'small', and 'minimal'