nixos-config/hosts/d2nix/home-manager/packages.nix

40 lines
525 B
Nix
Raw Normal View History

2023-07-15 17:01:55 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
2023-07-15 18:55:50 +00:00
home-manager
2023-07-15 17:01:55 +00:00
jq
nextcloud-client
libreoffice
btop
neomutt
notmuch
isync
zathura
rofi
rofi-pass
simple-scan
brightnessctl
gimp
scrot
papirus-icon-theme
audio-recorder
starship
inkscape
firefox
poppler_utils
texlive.combined.scheme-full
hugo
eww
alacritty
youtube-dl
zola
keepassxc
zlib
python3
nodejs
vlc
guake
graphviz
kdeconnect
];
}