From 1f3e4b6ad522a186d2b693953b4c6f5ab1e892b7 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Dec 2022 08:10:15 +0000 Subject: add editorconfig and alejandra --- users/seth/shell/bash.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'users/seth/shell/bash.nix') 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"; -- cgit v1.2.3