added protonmail and signal

This commit is contained in:
willifan 2024-11-30 18:56:17 +01:00
parent 27e3c170ed
commit 2203a31721

View file

@ -4,34 +4,36 @@
environment.systemPackages = environment.systemPackages =
(with pkgs; [ (with pkgs; [
bc bc
jq jq
xorg.xrandr xorg.xrandr
feh feh
enpass enpass
vesktop vesktop
obsidian obsidian
#kicad #kicad
protonmail-desktop
signal-desktop
piper piper
qemu qemu
libreoffice libreoffice
blender blender
gimp gimp
inkscape inkscape
prusa-slicer prusa-slicer
UVtools UVtools
audacity audacity
glib glib
]) ])
++ ++
[ [
attrs.zen.packages.${system}.specific attrs.zen.packages.${system}.specific
]; ];
} }