home: fix path copy-to-store

This commit is contained in:
Primrose 2025-04-04 23:52:49 +02:00
parent 1b739cedf1
commit 875f7e7d4b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,9 @@
programs.direnv = {
nix-direnv.enable = true;
config = {
whitelist.prefix = ["${config.home.homeDirectory}/.dotfiles"];
whitelist.prefix = [
(config.home.homeDirectory + "/.dotfiles")
];
global.strict_env = true;
};
};