nix-config/modules/desktop-software.nix

17 lines
248 B
Nix

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