nix-config/modules/desktop-software.nix

22 lines
320 B
Nix
Raw Normal View History

2024-12-31 13:52:57 +00:00
{ 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
2025-01-03 00:22:37 +01:00
element-desktop
discord
spotify
2024-12-31 13:52:57 +00:00
];
2025-01-03 00:22:37 +01:00
programs.steam.enable = true;
2024-12-31 13:52:57 +00:00
}