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