summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-07-04 09:20:05 +0200
committerMinijackson <minijackson@riseup.net>2021-07-04 09:20:05 +0200
commit2c6d70230fc7d641c19110828128ba6f3c41745e (patch)
treee538e41093c08d80c4881d0eaebde91f7306d554 /flake.nix
parent581ba90a78b44347bb8f0d3a73d80982a1463c8f (diff)
downloadnixos-config-reborn-2c6d70230fc7d641c19110828128ba6f3c41745e.tar.gz
nixos-config-reborn-2c6d70230fc7d641c19110828128ba6f3c41745e.zip
flake: add default/desktop template
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36df331..befc158 100644
--- a/flake.nix
+++ b/flake.nix
@@ -194,6 +194,15 @@
194 }; 194 };
195 }; 195 };
196 196
197 templates = {
198 desktop = {
199 path = ./templates/desktop;
200 description = "Flake template for a new desktop machine";
201 };
202 };
203
204 defaultTemplate = self.templates.desktop;
205
197 hydraJobs = 206 hydraJobs =
198 let 207 let
199 # Use the nixpkgs configuration of the testDefault machine, so that it 208 # Use the nixpkgs configuration of the testDefault machine, so that it