try streamlining the dev setup

This commit is contained in:
Remy Moll 2025-03-12 12:07:41 +01:00
parent dc3c98586d
commit b007e5b232
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{pkgs, ...}:
{
programs.direnv = {
enable = true;
enableFishIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
}

View File

@ -4,6 +4,7 @@ with lib.hm.gvariant;
imports = [
../modules/home-manager/browser.nix
../modules/home-manager/code.nix
../modules/home-manager/dev.nix
../modules/home-manager/fish.nix
../modules/home-manager/flatpaks.nix
../modules/home-manager/hypr