Compare commits

..

No commits in common. "4b114f6f5193ff93bde1ba1151198f30189df5ee" and "d4bae9aa7a21d320011a4c627563df5641212c6f" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -8,23 +8,18 @@
[ [
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
@ -34,7 +29,6 @@
hdparm hdparm
htop-vim htop-vim
interception-tools interception-tools
iw
jq jq
lm_sensors lm_sensors
man-pages man-pages
@ -51,7 +45,6 @@
ntfs3g ntfs3g
ntfsprogs ntfsprogs
nvim nvim
nvme-cli
openhantek6022 openhantek6022
optipng optipng
pax-utils pax-utils
@ -85,7 +78,6 @@
wirelesstools wirelesstools
wol wol
xdg-utils xdg-utils
xfsprogs
zip zip
z-lua z-lua
] ]

View File

@ -10,9 +10,6 @@
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>"
@ -88,7 +85,6 @@ in {
nixpkgs-fmt nixpkgs-fmt
nix-prefetch-git nix-prefetch-git
nodePackages.peerflix nodePackages.peerflix
nom
openocd openocd
openscad openscad
pandoc pandoc
@ -133,7 +129,6 @@ in {
] ]
++ [ ++ [
chromium_discord chromium_discord
chromium_stackfield
chromium_teams chromium_teams
ssh_proxy ssh_proxy
wrap_sh wrap_sh

View File

@ -174,10 +174,6 @@
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;