Add more tooooolz
This commit is contained in:
parent
0f33a266bd
commit
f8ae2b7664
4 changed files with 65 additions and 57 deletions
|
@ -38,63 +38,58 @@ in {
|
||||||
MANPAGER = "less";
|
MANPAGER = "less";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = with pkgs;
|
systemPackages = with pkgs; [
|
||||||
[
|
# age
|
||||||
# age
|
# bat
|
||||||
# bat
|
# bc
|
||||||
# bc
|
# bind
|
||||||
# bind
|
# bottom
|
||||||
# bottom
|
# btrfs-progs
|
||||||
# btrfs-progs
|
# cue
|
||||||
# cue
|
curl
|
||||||
curl
|
# dogdns
|
||||||
# dogdns
|
dua
|
||||||
dua
|
eza
|
||||||
eza
|
fd
|
||||||
fd
|
file
|
||||||
file
|
fzf
|
||||||
fzf
|
gnumake
|
||||||
gnumake
|
# gron
|
||||||
# gron
|
# hexyl
|
||||||
# hexyl
|
iputils
|
||||||
iputils
|
# jq
|
||||||
# jq
|
killall
|
||||||
killall
|
less
|
||||||
less
|
mosh
|
||||||
mosh
|
# nmap
|
||||||
# nmap
|
nettools
|
||||||
nettools
|
nodePackages.bash-language-server
|
||||||
nodePackages.bash-language-server
|
openssl
|
||||||
openssl
|
# pciutils
|
||||||
# pciutils
|
# pv
|
||||||
# pv
|
# rclone
|
||||||
# rclone
|
# restic
|
||||||
# restic
|
ripgrep
|
||||||
ripgrep
|
rsync
|
||||||
rsync
|
# rtx
|
||||||
# rtx
|
sd
|
||||||
sd
|
shellcheck
|
||||||
shellcheck
|
shfmt
|
||||||
shfmt
|
# sops
|
||||||
# sops
|
smartmontools
|
||||||
smartmontools
|
# sqlite
|
||||||
# sqlite
|
# skim
|
||||||
# skim
|
# sysstat
|
||||||
# sysstat
|
unzip
|
||||||
unzip
|
# usbutils
|
||||||
# usbutils
|
# watchexec
|
||||||
# watchexec
|
wget
|
||||||
wget
|
# xh
|
||||||
# xh
|
zellij
|
||||||
zellij
|
# zstd
|
||||||
# zstd
|
inputs.home-manager.packages.${system}.home-manager
|
||||||
]
|
inputs.helix.packages.${system}.helix
|
||||||
++ (with inputs.home-manager.packages.${system}; [
|
];
|
||||||
home-manager
|
|
||||||
])
|
|
||||||
++ (with inputs.helix.packages.${system}; [
|
|
||||||
helix
|
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.daniel = {};
|
users.groups.daniel = {};
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
watchexec
|
watchexec
|
||||||
|
android-tools
|
||||||
|
libresprite
|
||||||
|
audacity
|
||||||
|
wol
|
||||||
|
shellcheck
|
||||||
|
shfmt
|
||||||
|
bash-language-server
|
||||||
xh
|
xh
|
||||||
|
jq
|
||||||
curl
|
curl
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
|
htop
|
||||||
|
bottom
|
||||||
nmap
|
nmap
|
||||||
dogdns
|
dogdns
|
||||||
dnsutils
|
dnsutils
|
||||||
|
|
|
@ -40,6 +40,9 @@ in {
|
||||||
godot_4
|
godot_4
|
||||||
fractal
|
fractal
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
upower
|
||||||
|
acpi
|
||||||
|
prismlauncher
|
||||||
radeontop
|
radeontop
|
||||||
sops
|
sops
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
Loading…
Reference in a new issue