diff options
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,9 @@ protonvpn-cli protonvpn-gui qbittorrent + + ffmpeg + gimp # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -181,6 +184,11 @@ # }; }; + programs.direnv = { + enable = true; + nix-direnv.enable = true; + }; + xdg.portal = { enable = true; extraPortals = [ |
