summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 01fa364..f74d491 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,12 +68,17 @@
);
flakeModules = {
- checks = self + "./modules/flake/checks.nix";
- configs = self + "./modules/flake/configs.nix";
+ checks = self + "/modules/flake/checks.nix";
+ configs = self + "/modules/flake/configs.nix";
};
homeModules = {
riff = self + "/modules/home/riff.nix";
+ firefox-addons = self + "/modules/home/firefox-addons.nix";
+ };
+
+ nixosModules = {
+ firefox-addons = self + "/modules/nixos/firefox-addons.nix";
};
formatter = forTier1Systems (system: nixpkgsFor.${system}.nixfmt-rfc-style);