aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index d718e83..bc1ebc6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -112,6 +112,8 @@
"sed -i '/^default /d' ${efi.efiSysMountPoint}/loader/loader.conf"}
'';
+ home-manager = base: custom base.activationPackage "$PROFILE/activate";
+
noop = base: custom base ":";
};