clanModules: add xfce/dino

This commit is contained in:
Jörg Thalheim
2023-10-31 12:49:51 +01:00
parent 3e7a866ea1
commit b56848f471
3 changed files with 12 additions and 0 deletions

7
clanModules/xfce.nix Normal file
View File

@@ -0,0 +1,7 @@
{
services.xserver = {
enable = true;
desktopManager.xfce.enable = true;
layout = "us";
};
}