refactor(desktop): migrate from cosmic-nix to upstream NixOS module

This commit is contained in:
Felix Schröter 2025-05-18 17:18:53 +02:00
parent 418fc173e6
commit e34e0cae22
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 89 deletions
desktop

View file

@ -1,10 +1,8 @@
{ inputs, lib, ... }:
{ pkgs, lib, ... }:
{
imports = [ inputs.nixos-cosmic.nixosModules.default ];
services.desktopManager.cosmic.enable = true;
# TODO at the moment COSMIC cannot be used alongside Gnome
# https://github.com/lilyinstarlight/nixos-cosmic/issues/17
specialisation = {
cosmic.configuration = {
services.xserver.displayManager.gdm.enable = lib.mkForce false;