nix-config/modules/desktop-software.nix
2025-01-03 00:27:57 +01:00

21 lines
320 B
Nix

{ 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
element-desktop
discord
spotify
];
programs.steam.enable = true;
}