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