bump
This commit is contained in:
parent
635600ace2
commit
342673154d
5 changed files with 52 additions and 37 deletions
|
|
@ -21,7 +21,7 @@
|
|||
aspellDicts.en
|
||||
bottles
|
||||
boxxy
|
||||
calibre
|
||||
# calibre
|
||||
darktable
|
||||
deluge
|
||||
discord
|
||||
|
|
|
|||
|
|
@ -1,12 +1,18 @@
|
|||
source ~/.cache/starship/init.nu
|
||||
source ~/.zoxide.nu
|
||||
|
||||
def bump [] {
|
||||
cd /home/tao/projects/NOflake/;
|
||||
jj new -m "bump";
|
||||
nix flake update;
|
||||
rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix;
|
||||
sudo nixos-rebuild --flake /home/tao/projects/NOflake/ boot --impure --verbose;
|
||||
# rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix;
|
||||
sudo nixos-rebuild boot --flake /home/tao/projects/NOflake/ --impure --verbose;
|
||||
};
|
||||
|
||||
def tse [exit_node] {
|
||||
tailscale set --exit-node="$exit_node"
|
||||
}
|
||||
|
||||
alias b = btm;
|
||||
alias cringe = sudo bootctl set-oneshot auto-windows
|
||||
alias fetch = neofetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue