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

39 lines
508 B
Nix
Raw Normal View History

2022-05-24 19:25:16 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
jq
nextcloud-client
libreoffice
btop
2022-05-24 19:25:16 +00:00
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
2022-08-26 06:32:09 +00:00
zlib
python3
2022-11-29 15:12:05 +00:00
nodejs
vlc
guake
graphviz
2023-06-23 17:47:16 +00:00
kdeconnect
2022-05-24 19:25:16 +00:00
];
}