change config
This commit is contained in:
parent
232621e155
commit
471204ad86
1 changed files with 9 additions and 7 deletions
|
|
@ -17,13 +17,15 @@ let
|
||||||
|
|
||||||
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
|
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
|
||||||
in {
|
in {
|
||||||
options.cloonar.sway.additionalConfig = {
|
options = {
|
||||||
dataDir = mkOption {
|
cloonar.sway.additionalConfig = {
|
||||||
type = types.str;
|
dataDir = mkOption {
|
||||||
default = "";
|
type = types.str;
|
||||||
description = lib.mdDoc ''
|
default = "";
|
||||||
Additional sway config
|
description = lib.mdDoc ''
|
||||||
'';
|
Additional sway config
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue