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

62 lines
841 B
Nix

{ pkgs, ... }: {
programs.go.enable = true;
home.packages = with pkgs; [
firefox
thunderbird
vim
jq
nextcloud-client
libreoffice
htop
neomutt
alacritty
notmuch
isync
zathura
rofi
poppler_utils
simple-scan
brightnessctl
chromium
gimp
scrot
papirus-icon-theme
ganttproject-bin
audio-recorder
starship
poppler_utils
pandoc
hugo
whois
inkscape
feh
acpi
cpufrequtils
xclip
ispell
aspellDicts.fr
nix-direnv
keepassxc
mu
direnv
freetube
texlive.combined.scheme-full
zola
exa
bat
vimPlugins.vim-markdown-composer
neovim
python3
mtr
ferdi
powertop
unar # like 7z
nmap
udiskie
libnotify
sublime-music
wezterm
drawio
];
}