[WIP] New pbp host and modules

This commit is contained in:
Andrea Ciceri 2022-10-10 11:15:35 +02:00
parent 6d8b757919
commit f62f6ff7f4
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
8 changed files with 139 additions and 5 deletions

18
modules/xfce/default.nix Normal file
View 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;
};
}

BIN
modules/xfce/mlp.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB