chore: add emacs to winters

This commit is contained in:
Swarsel 2024-09-23 22:50:13 +02:00
parent eda67ab40e
commit f9a181a955
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ in
{
options.swarselsystems.flakePath = mkOption {
type = types.attrsOf types.str;
type = types.str;
default = "";
};
options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)";