summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-09 15:56:07 -0500
committerseth <[email protected]>2024-02-09 15:56:07 -0500
commited19b2e58435bb6db6a10758b025821256b1af1f (patch)
tree95d29b21541d2830710602f01cbd88601aac180e /systems
parent700fa81dd66cffdf0e8fa5a3e02b76bc7124d33a (diff)
rename hm & parts to home-manager & flake-parts
Diffstat (limited to 'systems')
-rw-r--r--systems/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/default.nix b/systems/default.nix
index 7160c96..0f0bc7d 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -7,9 +7,9 @@
nixos = {
builder = inputs.nixpkgs.lib.nixosSystem;
- modules = [
- inputs.agenix.nixosModules.default
- inputs.hm.nixosModules.home-manager
+ modules = with inputs; [
+ agenix.nixosModules.default
+ home-manager.nixosModules.home-manager
];
systems = {