38 lines
479 B
Nix
38 lines
479 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
thunderbird
|
|
vim
|
|
jq
|
|
nextcloud-client
|
|
libreoffice
|
|
htop
|
|
neomutt
|
|
alacritty
|
|
notmuch
|
|
isync
|
|
zathura
|
|
rofi
|
|
rofi-pass
|
|
poppler_utils
|
|
simple-scan
|
|
brightnessctl
|
|
chromium
|
|
conky
|
|
gimp
|
|
scrot
|
|
papirus-icon-theme
|
|
ganttproject-bin
|
|
audio-recorder
|
|
starship
|
|
poppler_utils
|
|
conky
|
|
lua
|
|
zola
|
|
tint2
|
|
yadm
|
|
pandoc
|
|
hugo
|
|
whois
|
|
];
|
|
}
|