change config

This commit is contained in:
2023-09-27 10:52:19 +02:00
parent 471204ad86
commit 14efa66936

View File

@@ -17,9 +17,8 @@ let
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig; sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
in { in {
options = { options.cloonar.sway = {
cloonar.sway.additionalConfig = { additionalConfig = mkOption {
dataDir = mkOption {
type = types.str; type = types.str;
default = ""; default = "";
description = lib.mdDoc '' description = lib.mdDoc ''
@@ -27,7 +26,6 @@ in {
''; '';
}; };
}; };
};
config = { config = {
imports = [ imports = [