This commit is contained in:
Spectre 2024-06-08 00:04:13 +02:00
parent caf6a5517c
commit f59ea55244
10 changed files with 24 additions and 23 deletions

View file

@ -6,15 +6,12 @@
} @ inputs: let
inherit (conf) system;
pkgs = import nixpkgs {
inherit (conf) system;
config.allowUnfree = true;
};
pkgs = import ./nixpkgs.nix {inherit system nixpkgs;};
specialArgs = inputs;
in {
build = nixpkgs.lib.nixosSystem {
inherit system pkgs specialArgs;
inherit system specialArgs;
modules = [
./base.nix
@ -32,6 +29,7 @@ in {
./fonts.nix
./nix.nix
./users.nix
./sops.nix
./ssh.nix
./steam.nix
./stylix.nix