nix-conf/modules/home-manager/utils/default.nix

33 lines
444 B
Nix
Raw Normal View History

2024-04-12 05:36:56 +00:00
{
inputs,
pkgs,
...
}: {
home.packages = with pkgs; [
aria2
bitwarden
cachix
direnv
duf
git
git-lfs
htop
2024-09-08 05:26:11 +00:00
fastfetch
2024-04-12 05:36:56 +00:00
filelight
neofetch
nix-direnv
ocs-url
p7zip
ranger
ripgrep
starship
unzip
wget
xsel
yt-dlp
2024-07-28 15:50:44 +00:00
inputs.neve.packages.${pkgs.system}.default
2024-07-28 07:50:46 +00:00
#inputs.nv.packages.x86_64-linux.default
2024-04-12 05:36:56 +00:00
inputs.nyaa.packages.x86_64-linux.default
];
}