nix -> profiles: Enable "direnv" for culisg profile
This commit is contained in:
parent
8891762fb3
commit
f7e6e1f3a4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../shell
|
../../shell
|
||||||
|
|
Loading…
Reference in a new issue