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.enable = true;
|
||||||
qt.platformTheme.name = "gtk";
|
qt.platformTheme.name = "gtk";
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
inherit stateVersion;
|
inherit stateVersion;
|
||||||
inherit username;
|
inherit username;
|
||||||
|
@ -55,6 +60,7 @@ in
|
||||||
rofi-power-menu
|
rofi-power-menu
|
||||||
lollypop
|
lollypop
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
|
varia
|
||||||
|
|
||||||
# Proprietary
|
# Proprietary
|
||||||
postman
|
postman
|
||||||
|
|
Loading…
Add table
Reference in a new issue