Tset
This commit is contained in:
parent
fb368413f3
commit
cfc020613e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ username, stateVersion, desktop, ... }: {
|
{ pkgs, username, stateVersion, desktop, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../../common/desktops/${desktop}
|
../../common/desktops/${desktop}
|
||||||
../../users/${username}
|
../../users/${username}
|
||||||
|
@ -13,6 +13,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
port = 3390;
|
port = 3390;
|
||||||
defaultWindowManager = "xfce4-session";
|
defaultWindowManager = "${pkgs.xfce.xfce4-session}/bin/xfce4-session";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue