summaryrefslogtreecommitdiff
path: root/users/seth/shell/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/bash.nix')
-rw-r--r--users/seth/shell/bash.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix
index fdfcd28..18167a4 100644
--- a/users/seth/shell/bash.nix
+++ b/users/seth/shell/bash.nix
@@ -1,6 +1,8 @@
-{ config, pkgs, ...}:
-
{
+ config,
+ pkgs,
+ ...
+}: {
programs.bash = {
enable = true;
historyFile = "${config.xdg.stateHome}/bash/history";