34 lines
454 B
Nix
34 lines
454 B
Nix
|
{ pkgs, ... }: {
|
||
|
home.packages = with pkgs; [
|
||
|
jq
|
||
|
nextcloud-client
|
||
|
libreoffice
|
||
|
htop
|
||
|
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
|
||
|
polybar
|
||
|
alacritty
|
||
|
youtube-dl
|
||
|
barrier
|
||
|
zola
|
||
|
keepassxc
|
||
|
];
|
||
|
}
|