From 570dea37e70c877b956bc6767449cfdb1e6e7c9f Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Mar 2025 10:07:53 -0400 Subject: [PATCH] nixos rebuild alias --- modules/software/usershell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index 026a00f..84c93d6 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -17,6 +17,7 @@ shellAliases = { lah = "ls -lah"; set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git"; + nup = "sudo nixos-rebuild switch --flake ."; }; };