Files
nixos-config/root/desktop/apps-misc/default.nix
2025-05-29 13:53:53 +02:00

15 lines
227 B
Nix

# Normal desktop programs for both gnome and plasma.
{ pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [
ibm-plex
adwaita-fonts
pciutils
aha
vesktop
obs-studio
teams-for-linux
]);
}