summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 98c14f0..4fac11f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,7 +42,7 @@
specialArgs = {inherit self machine inputs;};
modules = with lib;
machine.modules
- ++ inputs.home-manager.nixosModules.default
+ ++ [inputs.home-manager.nixosModules.default]
++ machineConfig
++ [
({config, ...}: {