From f66de42c4cc1394e9187fee070b4b77026afe7c1 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Tue, 27 Jan 2026 17:34:53 +0100 Subject: [PATCH] Added a alias for laptop rebuild --- hosts/common/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 40fa7bd..7e53f42 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -69,6 +69,7 @@ drs = "sudo darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS"; nrs = "sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#nixos"; lrs = "sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#light"; + lars = "sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#laptop"; cdd = "cd ~/Developer/nix/NixOSDots"; ncg = "nix-collect-garbage -d"; nfu = "nix flake update --flake ~/Developer/nix/NixOSDots";