From 88017f5a874478dd82f306a5df88c38a8d06fcb6 Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 16 Jan 2025 19:57:13 -0500 Subject: fix: format flake with `nixfmt-rfc-style` --- users/tdback/modules/shell/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'users/tdback/modules/shell/default.nix') diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix index 1150cf3..3237cda 100644 --- a/users/tdback/modules/shell/default.nix +++ b/users/tdback/modules/shell/default.nix @@ -10,7 +10,10 @@ bash = { enable = true; historyFile = "~/.bash_history"; - historyControl = [ "ignoredups" "ignorespace" ]; + historyControl = [ + "ignoredups" + "ignorespace" + ]; shellOptions = [ "histappend" ]; initExtra = '' PS1=" -- cgit v1.2.3