desktop cosmic specialisation

This commit is contained in:
mjallen18
2025-06-06 18:21:11 -05:00
parent ab4e5a0a75
commit dccfb1f6ba
4 changed files with 116 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{ lib, ... }:
{ ... }:
{
specialisation.cosmic.configuration = {
imports = [ ./default.nix ]
imports = [ ./default.nix ];
};
}