From 9bc6da0b8b61809e1e6f478e0b6424dea0b46641 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 20 Sep 2024 16:34:35 +0200 Subject: add bash config and wofi-pass --- common/home/programs/bash/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/home/programs/bash/default.nix (limited to 'common/home/programs') diff --git a/common/home/programs/bash/default.nix b/common/home/programs/bash/default.nix new file mode 100644 index 0000000..31677af --- /dev/null +++ b/common/home/programs/bash/default.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + enable = true; + + bashrcExtra = '' + . "/home/n8/.nix-profile/etc/profile.d/hm-session-vars.sh" + ''; +} -- cgit v1.2.3-70-g09d2