This commit is contained in:
Frost-Phoenix 2023-12-15 23:07:39 +01:00
parent e1073ed29c
commit e6a1fa4b66

View file

@ -1,4 +1,4 @@
{ inputs, nixpkgs, self, ...}:
{ inputs, nixpkgs, self, username, ...}:
let
system = "x86_64-linux";
pkgs = import nixpkgs {
@ -9,7 +9,7 @@ let
in
{
nixos = nixpkgs.lib.nixosSystem {
specialArgs = { inherit self inputs; };
specialArgs = { inherit self inputs username; };
modules =
[ (import ./bootloader.nix) ]
++ [ (import ./hardware.nix) ]