nixos-config/hosts/d2nix/home-manager/packages.nix

52 lines
747 B
Nix
Raw Normal View History

2023-07-15 17:01:55 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
2023-07-15 18:55:50 +00:00
home-manager
spaceFM
2023-07-15 17:01:55 +00:00
jq
nextcloud-client
libreoffice
btop
neomutt
notmuch
isync
zathura
rofi
rofi-pass
simple-scan
brightnessctl
gimp
scrot
papirus-icon-theme
audio-recorder
starship
inkscape
firefox
poppler_utils
texlive.combined.scheme-full
hugo
eww
alacritty
youtube-dl
zola
keepassxc
zlib
python3
nodejs
vlc
guake
graphviz
kdeconnect
openssl
openvpn
feh
2023-07-25 11:42:15 +00:00
ferdi
thunderbird
2023-08-18 17:38:53 +00:00
cura
2023-08-27 16:34:30 +00:00
freecad
2023-09-25 14:31:27 +00:00
drawio
2023-07-15 17:01:55 +00:00
];
2023-07-25 11:42:15 +00:00
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"
];
2023-07-15 17:01:55 +00:00
}