COSMIC: Difference between revisions

Klinger (talk | contribs)
In Progress: (these options arent available in 24.11 stable yet)
Line 3: Line 3:
COSMIC was primarily developed for use in the [https://pop.system76.com/ Pop!_OS] distribution.
COSMIC was primarily developed for use in the [https://pop.system76.com/ Pop!_OS] distribution.


== In progress (starting with NixOS 25.05) ==
== NixOS module (starting with NixOS 25.05) ==


COSMIC support in nixpkgs is still in development. You can follow progress via [https://github.com/NixOS/nixpkgs/issues/259641 the tracking issue].  
COSMIC support in nixpkgs is still in development. You can follow progress via [https://github.com/NixOS/nixpkgs/issues/259641 the tracking issue].  


You can enable COSMIC on your NixOS system by enabling the following configuration options: <syntaxhighlight lang="nix">{
You can enable COSMIC on your NixOS system by setting the following configuration options: <syntaxhighlight lang="nix">{
   # Enable the COSMIC login manager
   # Enable the COSMIC login manager
   services.displayManager.cosmic-greeter.enable = true;
   services.displayManager.cosmic-greeter.enable = true;