test
This commit is contained in:
parent
c6f0dc8da0
commit
79d710985d
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
repo ? "nixpkgs"
|
||||
}: inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; };
|
||||
pkgs = import inputs.${repo} { inherit system; config = {}; };
|
||||
pkgs = import inputs.${repo} { inherit system; };
|
||||
|
||||
modules = [
|
||||
# Types are 'default', 'small', and 'minimal'
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
|
||||
# steam , etc
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
pkgs.nixpkgs.config.allowUnfree = true;
|
||||
powerManagement.enable = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ];
|
||||
|
|
Loading…
Reference in a new issue