configuring adampad/adam

This commit is contained in:
cnst
2024-07-25 19:01:42 +02:00
parent c779c2a580
commit 29da8ca94a
10 changed files with 189 additions and 76 deletions

View File

@@ -10,10 +10,10 @@
nixdev = "nix develop ~/.nix-config -c $SHELL";
nixconfig = "cd /home/adam/.nix-config/";
ll = "ls -l";
nixupdate = "nh os switch -v -H cnix";
nixup = "nh os switch -H cnix";
flakeupdate = "nh os switch -u -v -H cnix";
flakeup = "nh os switch -u -H cnix";
nixupdate = "nh os switch -v -H adampad";
nixup = "nh os switch -H adampad";
flakeupdate = "nh os switch -u -v -H adampad";
flakeup = "nh os switch -u -H adampad";
};
history = {
size = 1000;