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 = [
|
||||
../../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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue