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 =
(with pkgs; [
bc
jq
xorg.xrandr
bc
jq
xorg.xrandr
feh
feh
enpass
vesktop
obsidian
enpass
vesktop
obsidian
#kicad
protonmail-desktop
signal-desktop
piper
piper
qemu
qemu
libreoffice
blender
gimp
inkscape
prusa-slicer
UVtools
audacity
libreoffice
blender
gimp
inkscape
prusa-slicer
UVtools
audacity
glib
])
++
[
attrs.zen.packages.${system}.specific
];
glib
])
++
[
attrs.zen.packages.${system}.specific
];
}