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

74 lines
1.0 KiB
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
powertop
unar # like 7z
nmap
udiskie
libnotify
sublime-music
drawio
lsd
vagrant
zellij
guake
dig
vlc
ferdi
pinta
openvpn_24
networkmanager-openvpn
python39Packages.grip
];
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"
];
}