working
This commit is contained in:
parent
caf6a5517c
commit
f59ea55244
10 changed files with 24 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue