COSMIC: Difference between revisions
→In Progress: (these options arent available in 24.11 stable yet) |
m →In progress (starting with NixOS 25.05): rename section |
||
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. | ||
== | == 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 | 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; |