summaryrefslogtreecommitdiff
path: root/modules/desktop-software.nix
blob: c6eba58e856f28710926048a43bc6821481d539a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    blender
    dino
    ffmpeg-full
    firefox-wayland
    gimp
    inkscape
    kicad
    signal-desktop
    tdesktop
    tor-browser-bundle-bin
    wl-clipboard
    yt-dlp
  ];
}