diff options
author | Minijackson <minijackson@riseup.net> | 2021-06-16 23:02:31 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-06-16 23:02:31 +0200 |
commit | 43760a34e578cd93480a27c9513eb9e35991e10d (patch) | |
tree | ad63c603692a6c956e0acae2a42e7cf238ed919b /flake.nix | |
parent | 28edc231da9976f2127c9624c468b8a52abfc334 (diff) | |
download | nixos-config-reborn-43760a34e578cd93480a27c9513eb9e35991e10d.tar.gz nixos-config-reborn-43760a34e578cd93480a27c9513eb9e35991e10d.zip |
lib: init with theme and generators
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ | |||
16 | 16 | ||
17 | outputs = inputs @ { self, nixpkgs, home-manager, ... }: { | 17 | outputs = inputs @ { self, nixpkgs, home-manager, ... }: { |
18 | 18 | ||
19 | lib = import ./lib { inherit (nixpkgs) lib; }; | ||
20 | |||
19 | nixosModules = { | 21 | nixosModules = { |
20 | default = { ... }: { | 22 | default = { ... }: { |
21 | imports = [ | 23 | imports = [ |