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

50 lines
677 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
pandoc
hugo
whois
barrier
inkscape
feh
i3blocks
acpi
cpufrequtils
xclip
gopass
ispell
aspellDicts.fr
nix-direnv
keepassxc
mu
direnv
freetube
texlive.combined.scheme-full
zola
];
}