This commit is contained in:
4DBug
2025-03-19 19:53:42 -05:00
parent 924b34deae
commit f528bfbf83

View File

@@ -10,22 +10,35 @@
vscode vscode
go go
python3
(python3.withPackages (ps: with ps; [
pip
]))
luau luau
luajit
(luajit.withPackages (ps: with ps; [
luasocket
bit32
luautf8
jsregexp
]))
nodejs nodejs
blender blender
plasticity plasticity
neofetch neofetch
fastfetch
tree tree
gnome-tweaks gnome-tweaks
wine wine
obsidian obsidian
vesktop # vesktop
nicotine-plus nicotine-plus
furnace furnace
@@ -43,7 +56,7 @@
programs = { programs = {
bash.shellAliases = { bash.shellAliases = {
rebuild = "sudo nixos-rebuild switch --impure"; rebuild = "sudo nixos-rebuild switch --impure";
pi = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}') \"cd \\$(pwd) && bash\""; pi = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')";
pico = "ssh pico.sh"; pico = "ssh pico.sh";
# tuns name port # tuns name port
tuns = "bash -c '\''if [ \"$#\" -ne 2 ]; then echo \"Usage: tun name port\"; exit 1; fi; tuns = "bash -c '\''if [ \"$#\" -ne 2 ]; then echo \"Usage: tun name port\"; exit 1; fi;
@@ -77,6 +90,7 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
inetutils inetutils
sshs sshs
gnumake gnumake
evtest
]; ];
services = { services = {
@@ -105,6 +119,7 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
"org.gnome.Decibels" "org.gnome.Decibels"
"org.pipewire.Helvum" "org.pipewire.Helvum"
"io.github.giantpinkrobots.flatsweep" "io.github.giantpinkrobots.flatsweep"
"dev.vencord.Vesktop"
]; ];
}; };