refactor(home): homeModules -> ooknet
This commit is contained in:
parent
b81c929a0b
commit
1d1cb3092f
104 changed files with 214 additions and 255 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ lib, config, ... }:
|
||||
let
|
||||
cfg = config.homeModules.theme.cursor;
|
||||
cfg = config.ooknet.theme.cursor;
|
||||
in
|
||||
|
||||
{
|
||||
options.homeModules.theme.cursor = {
|
||||
options.ooknet.theme.cursor = {
|
||||
enable = lib.mkEnableOption "Enable cursor module";
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue