2023-05-19 08:54:35 +02:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
2023-05-18 21:54:15 +02:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./bat
|
|
|
|
./fish
|
|
|
|
./git
|
2023-05-19 01:12:30 +02:00
|
|
|
./gpg
|
2023-05-19 08:54:35 +02:00
|
|
|
./helix
|
2023-05-18 21:54:15 +02:00
|
|
|
./htop
|
|
|
|
./ncmpcpp
|
|
|
|
./neovim
|
|
|
|
./ranger
|
|
|
|
./starship
|
|
|
|
./tig
|
|
|
|
];
|
2023-05-19 08:54:35 +02:00
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
wget
|
|
|
|
jq
|
|
|
|
exa
|
|
|
|
fd
|
|
|
|
fzf
|
|
|
|
gdu
|
|
|
|
fdupes
|
|
|
|
mediainfo
|
|
|
|
ponysay
|
|
|
|
lolcat
|
|
|
|
cmatrix
|
|
|
|
sox
|
|
|
|
httpie
|
|
|
|
p7zip
|
|
|
|
ripgrep
|
|
|
|
rsync
|
|
|
|
unar
|
|
|
|
genact
|
|
|
|
ffmpeg
|
|
|
|
killall
|
|
|
|
trashy
|
|
|
|
whois
|
|
|
|
dwt1-shell-color-scripts
|
|
|
|
dig
|
|
|
|
yt-dlp
|
|
|
|
neofetch
|
|
|
|
pywal
|
|
|
|
brightnessctl
|
|
|
|
];
|
2023-05-18 21:54:15 +02:00
|
|
|
}
|