Add new file

This commit is contained in:
Aaron Honeycutt 2024-01-08 19:51:52 +00:00
parent fc635259e1
commit 98743fa065

11
desktops/cosmic.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
# GNOME
services.xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.cosmic.enable = true;
};
}