From 2826130e1b0228bd76a9d074a5ef28777394a3fc Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 8 Jan 2026 13:57:15 +0100 Subject: [PATCH] Added more aliases --- hosts/common/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index aa0c9b8..0c8b40d 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -70,8 +70,9 @@ ]; shellAliases = { drs = "sudo darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS"; - nrs = "sudo nixos-rebuild switch --flake ~/Developer/NixOSDots#nixos"; + nrs = "sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#nixos"; ncg = "nix collect-garbage -d"; + nfu = "nix flake update --flake ~/Developer/nix/NixOSDots"; }; }; }