nixfiles/profiles/xfce/default.nix
ChaotiCryptidz 8c7bdaf9f7 I'm Sorry
2021-12-20 23:48:26 +00:00

7 lines
132 B
Nix

{ config, ... }: {
services.xserver = {
desktopManager.xfce.enable = true;
displayManager.defaultSession = "xfce";
};
}