1
0
Fork 0
mirror of https://github.com/daylinmorgan/oizys.git synced 2025-03-09 11:25:19 -05:00
oizys/hosts/mannaz/default.nix

12 lines
213 B
Nix

{ enabled, ... }:
{
oizys = {
rune.motd = enabled;
};
# Enable the X11 windowing system.
services.xserver = enabled // {
displayManager.startx = enabled;
windowManager.qtile = enabled;
};
}