refactor(home): homeModules -> ooknet

This commit is contained in:
ooks-io 2024-05-30 22:02:18 +12:00
parent b81c929a0b
commit 1d1cb3092f
104 changed files with 214 additions and 255 deletions

View file

@ -2,10 +2,10 @@
let
inherit (inputs.nix-colors.lib-contrib { inherit pkgs; }) gtkThemeFromScheme;
cfg = config.homeModules.theme.gtk;
cfg = config.ooknet.theme.gtk;
in
{
options.homeModules.theme.gtk = {
options.ooknet.theme.gtk = {
enable = lib.mkEnableOption "Enable gtk theme module";
# TODO: add theme option
};
@ -14,7 +14,7 @@ in
gtk = {
enable = true;
font = {
name = config.homeModules.theme.fonts.regular.family;
name = config.ooknet.theme.fonts.regular.family;
size = 12;
};
theme = {