nixos-config/DELL/nixpkgs/packages.nix

40 lines
534 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
];
}