summaryrefslogtreecommitdiff
path: root/users/seth/shell/bash.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-26 06:08:41 -0500
committerseth <[email protected]>2023-01-26 06:08:41 -0500
commit08895833e51bdfd760f2b4915a3997c13fe65b13 (patch)
tree76e0ec29dea51c9a0aa0502cf8e87eadc71dd3ec /users/seth/shell/bash.nix
parent43bf016d0fb5b3b2db796fdc37abf243f1223df1 (diff)
more refactoring
Diffstat (limited to 'users/seth/shell/bash.nix')
-rw-r--r--users/seth/shell/bash.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix
index 18167a4..7412c46 100644
--- a/users/seth/shell/bash.nix
+++ b/users/seth/shell/bash.nix
@@ -1,8 +1,4 @@
-{
- config,
- pkgs,
- ...
-}: {
+{config, ...}: {
programs.bash = {
enable = true;
historyFile = "${config.xdg.stateHome}/bash/history";