mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
flake updates
This commit is contained in:
parent
be735ec0e7
commit
dd60c40217
5 changed files with 44 additions and 60 deletions
|
@ -8,9 +8,9 @@
|
|||
l = "ls -l";
|
||||
ll = "ls -la";
|
||||
la = "ls -a";
|
||||
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
|
||||
"update" = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
|
||||
"garbage" = "sudo nix-collect-garbage -d && cat ${../../../../images/cat-garbage.sixel}";
|
||||
switch = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
|
||||
update = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
|
||||
garbage = "sudo nix-collect-garbage -d && cat ${../../../../images/cat-garbage.sixel}";
|
||||
q = "exit";
|
||||
};
|
||||
history = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue