From 3c128a6c526eac4723aadb6f1fa422c860d81b33 Mon Sep 17 00:00:00 2001 From: Rerum02 <105669177+Rerum02@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:21:27 -0500 Subject: [PATCH] Updated install instructions for nixos Had link directly to the offical wiki, and replaced instructions for installation to match the wiki --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8932ce6..3add6ac 100644 --- a/README.md +++ b/README.md @@ -138,18 +138,19 @@ For more information, check the [Fedora Wiki COSMIC SIG page](https://fedoraproj The COSMIC module on NixOS can be enabled by adding the following lines to your NixOS configuration file (`configuration.nix` or in your Flake): ```nix - # Enable the login manager +{ + # Enable the COSMIC login manager services.displayManager.cosmic-greeter.enable = true; - # Enable the COSMIC DE itself + + # Enable the COSMIC desktop environment services.desktopManager.cosmic.enable = true; - # Enable XWayland support in COSMIC - services.desktopManager.cosmic.xwayland.enable = true; +} ``` While some packages like `cosmic-session` might be present in prior versions, the modules that add full support for COSMIC were added in **NixOS 25.05**. -You can find more details in the [NixOS 25.05 release notes](https://nixos.org/manual/nixos/unstable/release-notes#sec-release-25.05). +You can find more details on the [NixOS Wiki](https://wiki.nixos.org/wiki/COSMIC). ## Installing on openSUSE tumbleweed