Restructure to use flakes
This commit is contained in:
14
home/direnv.nix
Normal file
14
home/direnv.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ ... }: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."direnv/config.toml".text = ''
|
||||
[global]
|
||||
warn_timeout = "1000s"
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user