From 6bd2d69a5806d9cc498a65ddc7fc79a199140b55 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 13 Jun 2026 23:05:19 -0400 Subject: format using alejandra --- sh.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sh.nix') diff --git a/sh.nix b/sh.nix index 2e280dc..4de93db 100644 --- a/sh.nix +++ b/sh.nix @@ -1,5 +1,8 @@ -{ config, pkgs, ... }: { + config, + pkgs, + ... +}: { programs.bash = { enable = true; interactiveShellInit = '' @@ -19,7 +22,6 @@ shellAliases = { nix-sw = "sudo nixos-rebuild switch --flake ."; nix-upd-sl = "sudo nix flake update my-slstatus my-dwm my-surf my-st my-dmenu"; - }; }; -- cgit v1.3.1