aktualizacja nixpkgs i homa manager, ale nie stylix. Dodanie vlc i docker-slib, a wyebanie spotify. Nowe skróty do basha

This commit is contained in:
installer
2024-11-23 02:37:39 +01:00
parent 0c8e4c7858
commit fd42add349
4 changed files with 23 additions and 16 deletions

View File

@@ -187,6 +187,9 @@ in {
os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos";
os-ts = "sudo nixos-rebuild test --flake ~/zaneyos";
os-up = "sudo nix flake update";
os-up-np = "sudo nix flake update --update-input nixpkgs";
os-up-hm = "sudo nix flake update --update-input home-manager";
os-up-sx = "sudo nix flake update --update-input stylix";
fr = "nh os switch --hostname ${host} /home/${username}/zaneyos";
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
@@ -194,6 +197,7 @@ in {
n = "nano";
f = "fuck";
cat = "bat";
st = "speedtest";
ls = "eza --icons";
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";