Enable xrdp, replace exa with eza
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
enable = true;
|
||||
desktopManager.xfce.enable = true;
|
||||
videoDrivers = [ "nvidia" ];
|
||||
layout = "us,no";
|
||||
xkbVariant = "intl";
|
||||
};
|
||||
services.picom.enable = true;
|
||||
hardware.opengl.enable = true;
|
||||
@@ -30,4 +32,11 @@
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
# Remote:
|
||||
services.xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "xfce4-session";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user