mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 09:09:45 +00:00
31 lines
381 B
Nix
31 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
|
||
|
];
|
||
|
}
|