change config

This commit is contained in:
2023-09-27 10:46:44 +02:00
parent 232621e155
commit 471204ad86

View File

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