mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: agenix, lack of comma separator between scalpel and ...
This commit is contained in:
parent
9ecaf953a9
commit
2540d04d2b
2 changed files with 3 additions and 2 deletions
1
TODO.md
1
TODO.md
|
|
@ -6,3 +6,4 @@
|
|||
- [ ] home-manager
|
||||
- [ ] Migrate over koishi configs
|
||||
- [ ] Contemplate the use of a different DE
|
||||
- [ ] Contemplate migration to Pulumi instead of tf-nix / Terraform
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, darwin, home-manager, scalpel ... }@inputs: let
|
||||
{ nixpkgs, darwin, home-manager, ragenix, scalpel, ... }@inputs: let
|
||||
tree = (inputs.tree.tree {
|
||||
inherit inputs;
|
||||
folder = ./.;
|
||||
|
|
@ -26,7 +26,7 @@ in {
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
agenix.nixosModule
|
||||
ragenix.nixosModule
|
||||
path
|
||||
];
|
||||
} ) tree.nixos.systems in mapAttrs (_: sys: sys.extendModules {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue