mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
add templates
This commit is contained in:
parent
eac820e632
commit
36d96fd613
6 changed files with 205 additions and 9 deletions
|
|
@ -17,6 +17,7 @@
|
|||
flake = {
|
||||
homeManagerModules = import ./modules/home-manager;
|
||||
overlays = import ./overlays { inherit inputs self; };
|
||||
templates = import ./templates;
|
||||
};
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue