This commit is contained in:
2025-07-15 01:30:58 +02:00
parent afd823c23e
commit 093feba49d
11 changed files with 667 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ let
in
{
options.my-namespace.cosmic-desktop = {
enable = mkEnableOption "Enable nvidia";
enable = mkEnableOption "Enable cosmic";
};
imports = [ inputs.nixos-cosmic.nixosModules.default ];
config = mkIf cfg.enable {