From 08895833e51bdfd760f2b4915a3997c13fe65b13 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 26 Jan 2023 06:08:41 -0500 Subject: more refactoring --- users/seth/shell/bash.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'users/seth/shell/bash.nix') 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"; -- cgit v1.2.3