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