From 58f86c235b180b7636a505d3df980d786bb8dba1 Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Wed, 27 Dec 2023 15:43:27 +0100 Subject: [PATCH] feat: add nfmt alias --- homes/common/cli/shells/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/common/cli/shells/fish.nix b/homes/common/cli/shells/fish.nix index 5d53bac..92f2e08 100644 --- a/homes/common/cli/shells/fish.nix +++ b/homes/common/cli/shells/fish.nix @@ -12,6 +12,7 @@ nf = "nix flake"; nfu = "nix flake update"; nr = "nix run"; + nfmt = "nix fmt"; snr = "sudo nixos-rebuild --flake /etc/nixos"; snrs = "sudo nixos-rebuild --flake /etc/nixos switch";