update, cosmic

This commit is contained in:
Till 2025-07-18 01:02:39 +02:00
parent 08a543c953
commit 94a039fef0
5 changed files with 36 additions and 52 deletions

5
system/cosmic.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
services.desktopManager.cosmic.enable = true;
}