From e3800290b204deb3a53e5e6e6eaf29d0ef1d962d Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:51:33 -0800 Subject: [PATCH] pueue --- users/tao.nix | 1 + users/tao/config.nu | 3 +++ users/tao/home.nix | 7 +++++++ 3 files changed, 11 insertions(+) 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";