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