This commit is contained in:
Tao Tien 2025-08-28 17:33:58 -07:00
parent 391be9df43
commit 511bb35c30
5 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,8 @@
services.scx.scheduler = "scx_lavd"; # default is "scx_rustland"
environment.systemPackages = with pkgs; [
egglog
z3
jupyter
# cringelang
go
@ -76,6 +78,7 @@
python3
uv
ruff
python312
# rust
cargo-binstall

View file

@ -11,6 +11,8 @@
};
users.users.tao.packages = with pkgs; [
zotero
openscad
syncplay
# boxxy
calibre

View file

@ -3,6 +3,7 @@
settings = {
theme = "gruvbox_dark_hard";
editor = {
rainbow-brackets = true;
end-of-line-diagnostics = "hint";
inline-diagnostics = {
cursor-line = "warning";

View file

@ -11,7 +11,6 @@ alias p = pueue
alias snapper = snapper -c home
alias zl = zellij
alias cringe = sudo bootctl set-oneshot auto-windows
def h [query?: path] {

View file

@ -78,3 +78,5 @@ alias ts = tailscale status
alias tu = tailscale up
alias td = tailscale down
alias ta = tailscale exit-node suggest
alias wno = ssh root@whyfi "etherwake -i br-lan 04:42:1A:E7:62:C3"