nix-config/modules/desktop-software.nix

18 lines
248 B
Nix
Raw Normal View History

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