This commit is contained in:
albert 2024-03-20 19:11:50 +09:00
parent fb368413f3
commit cfc020613e
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,4 +1,4 @@
{ username, stateVersion, desktop, ... }: {
{ pkgs, username, stateVersion, desktop, ... }: {
imports = [
../../common/desktops/${desktop}
../../users/${username}
@ -13,6 +13,6 @@
enable = true;
openFirewall = true;
port = 3390;
defaultWindowManager = "xfce4-session";
defaultWindowManager = "${pkgs.xfce.xfce4-session}/bin/xfce4-session";
};
}