nixos-config/DELL/nixpkgs/packages.nix

40 lines
534 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
2021-12-16 13:09:26 +00:00
];
}