change config
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user