Prevent double install of regreet
This commit is contained in:
parent
cdfcbf751d
commit
0628fa1eeb
3 changed files with 7 additions and 6 deletions
|
|
@ -88,7 +88,7 @@
|
|||
];
|
||||
type = with lib.types; listOf attrs;
|
||||
description = ''
|
||||
Adds modules to ironbar.
|
||||
Adds modules to ironbar. See https://github.com/JakeStanger/ironbar/wiki/ for more information.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
};
|
||||
example = { };
|
||||
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 {
|
||||
default = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
example = { };
|
||||
type = with lib.types; attrsOf anything;
|
||||
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;
|
||||
};
|
||||
};
|
||||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue