[WIP] New pbp
host and modules
This commit is contained in:
parent
6d8b757919
commit
f62f6ff7f4
8 changed files with 139 additions and 5 deletions
18
modules/xfce/default.nix
Normal file
18
modules/xfce/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
xfce.enable = true;
|
||||
};
|
||||
displayManager = {
|
||||
defaultSession = "xfce";
|
||||
autoLogin.user = "mara";
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.mara.home.file."background-image" = {
|
||||
target = ".background-image";
|
||||
source = ./mlp.jpg;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue