nixos-config/hosts/dell-5590/nixpkgs/packages.nix

50 lines
677 B
Nix
Raw Normal View History

2021-12-16 13:09:26 +00:00
{ pkgs, ... }: {
2022-01-21 09:35:52 +00:00
programs.go.enable = true;
2021-12-16 13:09:26 +00:00
home.packages = with pkgs; [
thunderbird
vim
jq
nextcloud-client
libreoffice
htop
neomutt
alacritty
notmuch
isync
2021-12-16 13:09:26 +00:00
zathura
rofi
rofi-pass
poppler_utils
2021-12-16 13:09:26 +00:00
simple-scan
brightnessctl
chromium
gimp
scrot
papirus-icon-theme
ganttproject-bin
audio-recorder
starship
poppler_utils
pandoc
hugo
whois
2022-01-21 09:35:52 +00:00
barrier
inkscape
feh
i3blocks
acpi
cpufrequtils
xclip
2022-03-29 11:47:21 +00:00
gopass
ispell
aspellDicts.fr
nix-direnv
keepassxc
mu
direnv
freetube
texlive.combined.scheme-full
zola
2021-12-16 13:09:26 +00:00
];
}