Compare commits

...

3 Commits

3 changed files with 17 additions and 0 deletions

View File

@ -8,18 +8,23 @@
[ [
acpi acpi
binutils binutils
binwalk
bluez bluez
bluez-tools bluez-tools
btop btop
busybox
curlHTTP3 curlHTTP3
dfu-util dfu-util
dhcpcd dhcpcd
direnv direnv
dmidecode dmidecode
dnsmasq dnsmasq
dnsutils
dtach dtach
f2fs-tools
fd fd
file file
fio
fzf fzf
fzy fzy
git git
@ -29,6 +34,7 @@
hdparm hdparm
htop-vim htop-vim
interception-tools interception-tools
iw
jq jq
lm_sensors lm_sensors
man-pages man-pages
@ -45,6 +51,7 @@
ntfs3g ntfs3g
ntfsprogs ntfsprogs
nvim nvim
nvme-cli
openhantek6022 openhantek6022
optipng optipng
pax-utils pax-utils
@ -78,6 +85,7 @@
wirelesstools wirelesstools
wol wol
xdg-utils xdg-utils
xfsprogs
zip zip
z-lua z-lua
] ]

View File

@ -10,6 +10,9 @@
chromium_discord = pkgs.writeShellScriptBin "chromium_discord" '' chromium_discord = pkgs.writeShellScriptBin "chromium_discord" ''
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://discordapp.com/channels/@me ${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://discordapp.com/channels/@me
''; '';
chromium_stackfield = pkgs.writeShellScriptBin "chromium_stackfield" ''
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://stackfield.com/
'';
ssh_proxy = pkgs.writeShellScriptBin "ssh_proxy" '' ssh_proxy = pkgs.writeShellScriptBin "ssh_proxy" ''
if ${pkgs.coreutils}/bin/test $# -ne 1; then if ${pkgs.coreutils}/bin/test $# -ne 1; then
echo "Usage: $0 <user>@<ssh_host>" echo "Usage: $0 <user>@<ssh_host>"
@ -85,6 +88,7 @@ in {
nixpkgs-fmt nixpkgs-fmt
nix-prefetch-git nix-prefetch-git
nodePackages.peerflix nodePackages.peerflix
nom
openocd openocd
openscad openscad
pandoc pandoc
@ -129,6 +133,7 @@ in {
] ]
++ [ ++ [
chromium_discord chromium_discord
chromium_stackfield
chromium_teams chromium_teams
ssh_proxy ssh_proxy
wrap_sh wrap_sh

View File

@ -174,6 +174,10 @@
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
}; };
appimage = {
enable = true;
binfmt = true;
};
zsh.enable = true; zsh.enable = true;
firejail.enable = true; firejail.enable = true;
adb.enable = true; adb.enable = true;