pueue
This commit is contained in:
parent
ac11bd263e
commit
e3800290b2
3 changed files with 11 additions and 0 deletions
|
|
@ -1,10 +1,13 @@
|
|||
alias zl = zellij
|
||||
alias ts = tailscale
|
||||
alias tss = tailscale status
|
||||
alias tsx = tailscale exit-node list
|
||||
alias fetch = macchina
|
||||
alias cringe = sudo bootctl set-oneshot auto-windows
|
||||
alias rebs = sudo nixos-rebuild switch --flake ~/Projects/NOflake/
|
||||
alias rebb = sudo nixos-rebuild boot --flake ~/Projects/NOflake/
|
||||
alias ff = firefox
|
||||
alias pu = pueue
|
||||
|
||||
# Nushell Config File
|
||||
#
|
||||
|
|
|
|||
|
|
@ -57,6 +57,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pueue = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
};
|
||||
|
||||
home.username = "tao";
|
||||
home.homeDirectory = "/home/tao";
|
||||
home.stateVersion = "23.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue