15 lines
229 B
Nix
15 lines
229 B
Nix
# Klienty
|
|
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
# rustdesk
|
|
nextcloud-client
|
|
plexamp
|
|
bitwarden-desktop
|
|
tutanota-desktop
|
|
discord
|
|
slack
|
|
ungoogled-chromium
|
|
# firefoxpwa
|
|
];
|
|
}
|