summaryrefslogtreecommitdiffstats
path: root/sh.nix
diff options
context:
space:
mode:
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";
-
};
};