Compare commits

..

3 Commits

3 changed files with 17 additions and 0 deletions

View File

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

View File

@ -10,6 +10,9 @@
chromium_discord = pkgs.writeShellScriptBin "chromium_discord" ''
${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" ''
if ${pkgs.coreutils}/bin/test $# -ne 1; then
echo "Usage: $0 <user>@<ssh_host>"
@ -85,6 +88,7 @@ in {
nixpkgs-fmt
nix-prefetch-git
nodePackages.peerflix
nom
openocd
openscad
pandoc
@ -129,6 +133,7 @@ in {
]
++ [
chromium_discord
chromium_stackfield
chromium_teams
ssh_proxy
wrap_sh

View File

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