nixos-config/modules/home/package/default.nix
2023-11-11 21:17:13 +01:00

36 lines
462 B
Nix
Executable file

{ inputs, pkgs, ... }:
{
home.packages = (with pkgs; [
audacious
discord
eza
fzf
lazygit
nix-prefetch-github
python39
ripgrep
rnix-lsp
rustup
spotify
xfce.thunar
yazi
bleachbit
bore-cli
gparted
ffmpeg
imv
libnotify
mpv
openssl
pamixer
pavucontrol
playerctl
qalculate-gtk
unzip
wget
xdg-utils
inputs.alejandra.defaultPackage.${system}
]);
}