40 lines
533 B
Nix
40 lines
533 B
Nix
{ pkgs, ... }: {
|
|
programs.go.enable = true;
|
|
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
|
|
gimp
|
|
scrot
|
|
papirus-icon-theme
|
|
ganttproject-bin
|
|
audio-recorder
|
|
starship
|
|
poppler_utils
|
|
yadm
|
|
pandoc
|
|
hugo
|
|
whois
|
|
barrier
|
|
inkscape
|
|
feh
|
|
i3blocks
|
|
acpi
|
|
cpufrequtils
|
|
];
|
|
}
|