Add krfb + samba
This commit is contained in:
parent
8c47e12df1
commit
7eb3a34817
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue