summaryrefslogtreecommitdiffstats
path: root/sh.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-06-13 23:05:19 -0400
committerSkullheadx <admonty1@protonmail.com>2026-06-13 23:05:19 -0400
commit6bd2d69a5806d9cc498a65ddc7fc79a199140b55 (patch)
tree9678f0f2f6d324b66a250d1f7ad2f3889e83bf14 /sh.nix
parentuse fira code nerf font (diff)
downloadnixos-6bd2d69a5806d9cc498a65ddc7fc79a199140b55.tar.gz
nixos-6bd2d69a5806d9cc498a65ddc7fc79a199140b55.tar.bz2
nixos-6bd2d69a5806d9cc498a65ddc7fc79a199140b55.zip
format using alejandra
Diffstat (limited to '')
-rw-r--r--sh.nix6
1 files changed, 4 insertions, 2 deletions
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";
-
};
};