mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
30 lines
381 B
Nix
30 lines
381 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
aria2
|
|
bitwarden
|
|
cachix
|
|
direnv
|
|
duf
|
|
git
|
|
git-lfs
|
|
htop
|
|
filelight
|
|
neofetch
|
|
nix-direnv
|
|
ocs-url
|
|
p7zip
|
|
ranger
|
|
ripgrep
|
|
starship
|
|
unzip
|
|
wget
|
|
xsel
|
|
yt-dlp
|
|
inputs.nv.packages.x86_64-linux.default
|
|
inputs.nyaa.packages.x86_64-linux.default
|
|
];
|
|
}
|