scad
This commit is contained in:
parent
391be9df43
commit
511bb35c30
5 changed files with 8 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
services.scx.scheduler = "scx_lavd"; # default is "scx_rustland"
|
services.scx.scheduler = "scx_lavd"; # default is "scx_rustland"
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
egglog
|
||||||
|
z3
|
||||||
jupyter
|
jupyter
|
||||||
# cringelang
|
# cringelang
|
||||||
go
|
go
|
||||||
|
|
@ -76,6 +78,7 @@
|
||||||
python3
|
python3
|
||||||
uv
|
uv
|
||||||
ruff
|
ruff
|
||||||
|
python312
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
cargo-binstall
|
cargo-binstall
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
|
zotero
|
||||||
|
openscad
|
||||||
syncplay
|
syncplay
|
||||||
# boxxy
|
# boxxy
|
||||||
calibre
|
calibre
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
theme = "gruvbox_dark_hard";
|
theme = "gruvbox_dark_hard";
|
||||||
editor = {
|
editor = {
|
||||||
|
rainbow-brackets = true;
|
||||||
end-of-line-diagnostics = "hint";
|
end-of-line-diagnostics = "hint";
|
||||||
inline-diagnostics = {
|
inline-diagnostics = {
|
||||||
cursor-line = "warning";
|
cursor-line = "warning";
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ alias p = pueue
|
||||||
alias snapper = snapper -c home
|
alias snapper = snapper -c home
|
||||||
alias zl = zellij
|
alias zl = zellij
|
||||||
|
|
||||||
|
|
||||||
alias cringe = sudo bootctl set-oneshot auto-windows
|
alias cringe = sudo bootctl set-oneshot auto-windows
|
||||||
|
|
||||||
def h [query?: path] {
|
def h [query?: path] {
|
||||||
|
|
|
||||||
|
|
@ -78,3 +78,5 @@ alias ts = tailscale status
|
||||||
alias tu = tailscale up
|
alias tu = tailscale up
|
||||||
alias td = tailscale down
|
alias td = tailscale down
|
||||||
alias ta = tailscale exit-node suggest
|
alias ta = tailscale exit-node suggest
|
||||||
|
|
||||||
|
alias wno = ssh root@whyfi "etherwake -i br-lan 04:42:1A:E7:62:C3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue