diff --git a/modules/home-config.nix b/modules/home-config.nix index 85e8d69..f82b1d9 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -161,6 +161,11 @@ in { }; programs = { + direnv = { + enable = true; + enableZshIntegration = true; + nix-direnv.enable = true; + }; git = { enable = true; userName = "Florian Schmitt"; diff --git a/modules/local-dev.nix b/modules/local-dev.nix index 1135c94..85b632e 100644 --- a/modules/local-dev.nix +++ b/modules/local-dev.nix @@ -9,15 +9,14 @@ }; libvirtd.enable = true; lxd.enable = true; - waydroid.enable = true; + #waydroid.enable = true; }; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - bun + #bun clang - direnv docker-compose gcc gitkraken