mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
home: fix path copy-to-store
This commit is contained in:
parent
1b739cedf1
commit
875f7e7d4b
8 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue