rename myOptions to modules

This commit is contained in:
Dragyx 2024-04-12 22:03:29 +02:00
commit 15827edc6c
45 changed files with 1065 additions and 89 deletions

View file

@ -3,10 +3,10 @@
lib,
...
}: with lib; let
cfg = config.myOptions.themes.cursor;
username = config.myOptions.other.system.username;
cfg = config.modules.themes.cursor;
username = config.modules.other.system.username;
in {
options.myOptions.themes.cursor = {
options.modules.themes.cursor = {
enable = mkEnableOption "cursor theming";
package = mkOption {
description = "cursor theme package";