summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-06-16 23:02:31 +0200
committerMinijackson <minijackson@riseup.net>2021-06-16 23:02:31 +0200
commit43760a34e578cd93480a27c9513eb9e35991e10d (patch)
treead63c603692a6c956e0acae2a42e7cf238ed919b /flake.nix
parent28edc231da9976f2127c9624c468b8a52abfc334 (diff)
downloadnixos-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.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8ff3896..b6e2b02 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = [