aboutsummaryrefslogtreecommitdiff
path: root/nixos/home.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-15 12:04:37 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-15 12:04:37 +0530
commit50d76edf41897648e9154412ea5348ea50d7191b (patch)
treeebf26b090093bd8255c51b4a136375421a0fe8cc /nixos/home.nix
parent12cd47e92c55bac383168934d001b10bb4661eaf (diff)
increased mouse sensitivity + addded nheko
& removed proton-ge, because i caused issues with manuyal installation + added mitm proxy as an experiment & personal logging ig
Diffstat (limited to 'nixos/home.nix')
-rw-r--r--nixos/home.nix9
1 files changed, 9 insertions, 0 deletions
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