Include customSettings option to configure regreet #4
3 changed files with 7 additions and 6 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
];
|
];
|
||||||
type = with lib.types; listOf attrs;
|
type = with lib.types; listOf attrs;
|
||||||
description = ''
|
description = ''
|
||||||
Adds modules to ironbar.
|
Adds modules to ironbar. See https://github.com/JakeStanger/ironbar/wiki/ for more information.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
};
|
};
|
||||||
example = { };
|
example = { };
|
||||||
type = with lib.types; attrsOf anything;
|
type = with lib.types; attrsOf anything;
|
||||||
description = "Firefox policy configuration";
|
description = "Firefox policy configuration. See https://mozilla.github.io/policy-templates/ for more information.";
|
||||||
};
|
};
|
||||||
extensions = lib.mkOption {
|
extensions = lib.mkOption {
|
||||||
default = with pkgs.nur.repos.rycee.firefox-addons; [
|
default = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
example = { };
|
example = { };
|
||||||
type = with lib.types; attrsOf anything;
|
type = with lib.types; attrsOf anything;
|
||||||
description = ''
|
description = ''
|
||||||
Custom regret settings.
|
Custom regret settings. See https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml for more information.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -101,9 +101,10 @@
|
||||||
default_session = session;
|
default_session = session;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.regreet.enable = true;
|
|
||||||
programs.regreet.settings = config.mods.regreet.customSettings;
|
programs.regreet = {
|
||||||
|
settings = config.mods.regreet.customSettings;
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = config.mods.greetd.environments;
|
environment.etc."greetd/environments".text = config.mods.greetd.environments;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue