diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-20 16:34:35 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-20 16:34:35 +0200 |
| commit | 9bc6da0b8b61809e1e6f478e0b6424dea0b46641 (patch) | |
| tree | 7dabd4dc7a320a2affe6ef1604520710468ce550 /common/home/programs/bash | |
| parent | 326a73e75b8a236350c406fcf46f203a06749a5c (diff) | |
add bash config and wofi-pass
Diffstat (limited to 'common/home/programs/bash')
| -rw-r--r-- | common/home/programs/bash/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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" + ''; +} |