This commit is contained in:
ediblerope 2026-03-28 19:40:00 +00:00 committed by GitHub
parent 815d5a8494
commit 59e4d997cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";