]> Skullheadx's Git Forge - nixos.git/commitdiff
add direnv, ffmpeg and gimp
authorSkullheadx <admonty1@protonmail.com>
Sat, 6 Dec 2025 19:45:27 +0000 (14:45 -0500)
committerSkullheadx <admonty1@protonmail.com>
Sat, 6 Dec 2025 19:45:27 +0000 (14:45 -0500)
home.nix

index 2d7d881fdc072277868ccd0594213e577cf27946..3923acda5e9423e7a919305b80cde5408de32ad8 100644 (file)
--- a/home.nix
+++ b/home.nix
@@ -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
     #  };
   };
 
+  programs.direnv = {
+    enable = true;
+    nix-direnv.enable = true;
+  };
+
   xdg.portal = {
     enable = true;
     extraPortals = [