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