refactor(home): homeModules -> ooknet
This commit is contained in:
parent
b81c929a0b
commit
1d1cb3092f
104 changed files with 214 additions and 255 deletions
|
|
@ -3,11 +3,11 @@
|
|||
let
|
||||
inherit (lib) mkIf types mkOption;
|
||||
inherit (builtins) elem;
|
||||
cfg = config.homeModules.desktop.security.polkit;
|
||||
cfg = config.ooknet.desktop.security.polkit;
|
||||
in
|
||||
|
||||
{
|
||||
options.homeModules.desktop.security.polkit = mkOption {
|
||||
options.ooknet.desktop.security.polkit = mkOption {
|
||||
type = types.enum ["gnome" "pantheon"]; # TODO: add kde agent
|
||||
default = "";
|
||||
description = "Type of polkit agent module to use";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue