From 62aaed782fb2f6111197cf7757dac16ac73c080f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 26 Mar 2024 20:29:20 +0100 Subject: [PATCH] Minor formatting change --- modules/home/shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home/shell.nix b/modules/home/shell.nix index 128d59c..7d0b846 100644 --- a/modules/home/shell.nix +++ b/modules/home/shell.nix @@ -39,10 +39,8 @@ in { nix-direnv.enable = true; config.global.hide_env_diff = true; }; - } - (lib.mkIf cfg.nixAliases.enable { - home.shellAliases = { + home.shellAliases = lib.mkIf cfg.nixAliases.enable { nr = "nixos-rebuild --flake $FLAKE --use-remote-sudo"; nrs = "nr switch"; nrt = "nr test"; @@ -50,7 +48,7 @@ in { nrrb = "nrb && reboot"; nu = "nix flake update"; }; - }) + } (lib.mkIf cfg.improvedCommands.enable { programs.lsd = {