Add krfb + samba

This commit is contained in:
Florian RICHER 2024-04-06 21:03:33 +02:00
parent 8c47e12df1
commit 7eb3a34817

View file

@ -9,4 +9,10 @@
services.desktopManager.plasma6.enable = true;
programs.kdeconnect.enable = true;
environment.systemPackages = with pkgs; with kdePackages; [
krfb # Use by kdeconnect for virtualmonitorplugin "krfb-virtualmonitor"
kdenetwork-filesharing # Use to share with samba from dolphin
samba4Full # Required for kdenetwork-filesharing
];
}