From f528bfbf835c681fcfd067c4e757653c19f073e3 Mon Sep 17 00:00:00 2001 From: 4DBug Date: Wed, 19 Mar 2025 19:53:42 -0500 Subject: [PATCH] push --- main.nix | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/main.nix b/main.nix index 19eb806..d1d1de6 100644 --- a/main.nix +++ b/main.nix @@ -10,22 +10,35 @@ vscode go - python3 + + (python3.withPackages (ps: with ps; [ + pip + ])) + luau - luajit + + (luajit.withPackages (ps: with ps; [ + luasocket + bit32 + luautf8 + jsregexp + ])) + nodejs blender plasticity neofetch + fastfetch + tree gnome-tweaks wine obsidian - vesktop + # vesktop nicotine-plus furnace @@ -43,7 +56,7 @@ programs = { bash.shellAliases = { 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"; # tuns name port 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 sshs gnumake + evtest ]; services = { @@ -105,6 +119,7 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _"; "org.gnome.Decibels" "org.pipewire.Helvum" "io.github.giantpinkrobots.flatsweep" + "dev.vencord.Vesktop" ]; };