aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index ca7eced..27c1aa9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,6 +13,8 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
+ sops-nix.url = "github:Mic92/sops-nix";
+
site.url = "github:schererleander/site";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
@@ -22,6 +24,6 @@
firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
};
- outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
- (inputs.import-tree ./modules/flake);
+ outputs =
+ inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules/flake);
}