move common software into separate file

This commit is contained in:
Grigory Shipunov 2023-04-29 23:50:32 +02:00
parent cb3beda6b0
commit dc80560082
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 17 additions and 40 deletions

View file

@ -1,17 +1,18 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tdesktop
fluffychat
dino
signal-desktop
inkscape
gimp
blender
kicad
wl-clipboard
firefox-wayland
tor-browser-bundle-bin
dino
ffmpeg-full
firefox-wayland
fluffychat
gimp
inkscape
kicad
signal-desktop
tdesktop
tor-browser-bundle-bin
wl-clipboard
yt-dlp
];
}