move common software into separate file
This commit is contained in:
parent
cb3beda6b0
commit
dc80560082
3 changed files with 17 additions and 40 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue