From 50d76edf41897648e9154412ea5348ea50d7191b Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 15 Jul 2026 12:04:37 +0530 Subject: increased mouse sensitivity + addded nheko & removed proton-ge, because i caused issues with manuyal installation + added mitm proxy as an experiment & personal logging ig --- nixos/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nixos/home.nix') diff --git a/nixos/home.nix b/nixos/home.nix index 4089e1f..b99166d 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -94,6 +94,15 @@ end vmstop = "virsh --connect qemu:///system shutdown ubuntu25.10"; } else {}); }; + programs = { + direnv = { + enable = true; + enableBashIntegration = true; + nix-direnv.enable = true; + }; + + bash.enable = true; + }; environment.systemPackages = with pkgs; [ nushell home-manager -- cgit v1.2.3