chore(flake): remove line break from template description

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-06 11:31:41 -03:00
parent f126b88daf
commit 15fccff855
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -88,8 +88,9 @@
templates.default = {
path = ./modules/template;
description = "A NixOS & Home-Manager template to get started with the https://github.com/wizardlink/linuxware
configuration.";
description = ''
A NixOS & Home-Manager template to get started with the https://github.com/wizardlink/linuxware configuration.
'';
};
};
}