Compare commits
No commits in common. "4b114f6f5193ff93bde1ba1151198f30189df5ee" and "d4bae9aa7a21d320011a4c627563df5641212c6f" have entirely different histories.
4b114f6f51
...
d4bae9aa7a
@ -8,23 +8,18 @@
|
||||
[
|
||||
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
|
||||
@ -34,7 +29,6 @@
|
||||
hdparm
|
||||
htop-vim
|
||||
interception-tools
|
||||
iw
|
||||
jq
|
||||
lm_sensors
|
||||
man-pages
|
||||
@ -51,7 +45,6 @@
|
||||
ntfs3g
|
||||
ntfsprogs
|
||||
nvim
|
||||
nvme-cli
|
||||
openhantek6022
|
||||
optipng
|
||||
pax-utils
|
||||
@ -85,7 +78,6 @@
|
||||
wirelesstools
|
||||
wol
|
||||
xdg-utils
|
||||
xfsprogs
|
||||
zip
|
||||
z-lua
|
||||
]
|
||||
|
@ -10,9 +10,6 @@
|
||||
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>"
|
||||
@ -88,7 +85,6 @@ in {
|
||||
nixpkgs-fmt
|
||||
nix-prefetch-git
|
||||
nodePackages.peerflix
|
||||
nom
|
||||
openocd
|
||||
openscad
|
||||
pandoc
|
||||
@ -133,7 +129,6 @@ in {
|
||||
]
|
||||
++ [
|
||||
chromium_discord
|
||||
chromium_stackfield
|
||||
chromium_teams
|
||||
ssh_proxy
|
||||
wrap_sh
|
||||
|
@ -174,10 +174,6 @@
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
zsh.enable = true;
|
||||
firejail.enable = true;
|
||||
adb.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user