diff --git a/users/tao.nix b/users/tao.nix index e2818c7..48cea4a 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -50,6 +50,7 @@ pandoc plasma-integration prusa-slicer + pueue qmk qmk-udev-rules ripgrep-all diff --git a/users/tao/config.nu b/users/tao/config.nu index b7f52ee..61e2ebf 100644 --- a/users/tao/config.nu +++ b/users/tao/config.nu @@ -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 # diff --git a/users/tao/home.nix b/users/tao/home.nix index 93fcc6f..3cda13c 100644 --- a/users/tao/home.nix +++ b/users/tao/home.nix @@ -57,6 +57,13 @@ }; }; + services = { + pueue = { + enable = true; + settings = {}; + }; + }; + home.username = "tao"; home.homeDirectory = "/home/tao"; home.stateVersion = "23.11";