added protonmail and signal
This commit is contained in:
parent
27e3c170ed
commit
2203a31721
1 changed files with 24 additions and 22 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue