feat: add direnv
This commit is contained in:
parent
2d9b0bf519
commit
7905383463
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,11 @@ in
|
|||
qt.enable = true;
|
||||
qt.platformTheme.name = "gtk";
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
inherit stateVersion;
|
||||
inherit username;
|
||||
|
@ -55,6 +60,7 @@ in
|
|||
rofi-power-menu
|
||||
lollypop
|
||||
protonmail-bridge-gui
|
||||
varia
|
||||
|
||||
# Proprietary
|
||||
postman
|
||||
|
|
Loading…
Add table
Reference in a new issue