summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 05ffad2..2318aa0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,6 +18,17 @@
formatter = (import nixpkgs {inherit system;}).alejandra;
})
// {
+ templates = let
+ system-flake = {
+ path = ./templates/system-flake;
+ description = "Opinionated flake for a NixOS system with Home Manager";
+ };
+ in {
+ inherit system-flake;
+
+ default = system-flake;
+ };
+
overlays = let
overlay = mapOverlayOverride "trivium" (import ./pkgs);
in {