From 5767775b9d4b73c7dd4f5d857a8a49dea64b5347 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Wed, 3 Jan 2024 20:29:16 +0300 Subject: [PATCH] feat : direnv + clean local dev --- modules/home-config.nix | 5 +++++ modules/local-dev.nix | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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