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