Files
clan-core/clanModules/xfce/default.nix
2025-06-18 13:18:25 +02:00

12 lines
255 B
Nix

{
warnings = [
"The clan.xfce module is deprecated and will be removed on 2025-07-15. Please migrate to user-maintained configuration."
];
services.xserver = {
enable = true;
desktopManager.xfce.enable = true;
layout = "us";
};
}