nix-config/modules/desktop-software.nix

19 lines
259 B
Nix
Raw Normal View History

2023-04-29 23:47:19 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
blender
2023-04-29 23:47:19 +02:00
dino
ffmpeg-full
firefox-wayland
fluffychat
2023-04-29 23:47:19 +02:00
gimp
inkscape
2023-04-29 23:47:19 +02:00
kicad
signal-desktop
tdesktop
2023-04-29 23:47:19 +02:00
tor-browser-bundle-bin
wl-clipboard
yt-dlp
2023-04-29 23:47:19 +02:00
];
}