From 59e4d997cd79b6e02c2e7c28d9fac533b77d58b1 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 28 Mar 2026 19:40:00 +0000 Subject: [PATCH] --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 3ee1e3a..95a2858 100644 --- a/common.nix +++ b/common.nix @@ -66,7 +66,7 @@ # Shell aliases environment.shellAliases = { - update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config --refresh --no-write-lock-file"; + update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config"; clean = "sudo nix-collect-garbage -d"; ll = "ls -alh"; clear = "command clear && fastfetch --config /etc/fastfetch/config.jsonc";