mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-23 04:41:34 +02:00
ZeNixComputa: Add a VNC server
This commit is contained in:
parent
6ca8b0dfe0
commit
47094c899f
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
userEmail = config.extraInfo.email;
|
||||
};
|
||||
|
||||
wm.startup = [
|
||||
{command = "${pkgs.wayvnc}/bin/waync 127.0.0.1 5800";}
|
||||
];
|
||||
|
||||
wm.workspaces.definitions = {
|
||||
"2:".output = "HDMI-A-1";
|
||||
"".output = "DP-2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue