mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
11 lines
167 B
Nix
11 lines
167 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# COSMIC
|
|
services.xserver = {
|
|
enable = true;
|
|
displayManager.gdm.enable = true;
|
|
desktopManager.cosmic.enable = true;
|
|
};
|
|
|
|
}
|