mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add remote desktop
This commit is contained in:
parent
286632be79
commit
19458d6c02
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ in {
|
|||
pkgs.r2modman
|
||||
pkgs.lutris
|
||||
pkgs.godot
|
||||
pkgs.rustdesk-flutter
|
||||
];
|
||||
|
||||
# System
|
||||
|
|
@ -44,6 +45,7 @@ in {
|
|||
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
services.actual.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue