rename myOptions to modules

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

View file

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