diff options
author | Minijackson <minijackson@riseup.net> | 2021-07-04 09:20:05 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-07-04 09:20:05 +0200 |
commit | 2c6d70230fc7d641c19110828128ba6f3c41745e (patch) | |
tree | e538e41093c08d80c4881d0eaebde91f7306d554 /flake.nix | |
parent | 581ba90a78b44347bb8f0d3a73d80982a1463c8f (diff) | |
download | nixos-config-reborn-2c6d70230fc7d641c19110828128ba6f3c41745e.tar.gz nixos-config-reborn-2c6d70230fc7d641c19110828128ba6f3c41745e.zip |
flake: add default/desktop template
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |