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

@ -1,7 +1,7 @@
{ config, lib, inputs, pkgs, ... }:
let
cfg = config.homeModules.desktop.wayland.launcher.anyrun;
cfg = config.ooknet.desktop.wayland.launcher.anyrun;
in
{

View file

@ -7,7 +7,7 @@
./tofi
];
options.homeModules.desktop.wayland.launcher = {
options.ooknet.desktop.wayland.launcher = {
anyrun = {
enable = lib.mkEnableOption "enable anyrun launcher module";
};

View file

@ -1,8 +1,8 @@
{ lib, config, pkgs, ... }:
let
fonts = config.homeModules.theme.fonts;
cfg = config.homeModules.desktop.wayland.launcher.rofi;
fonts = config.ooknet.theme.fonts;
cfg = config.ooknet.desktop.wayland.launcher.rofi;
in
{

View file

@ -1,8 +1,8 @@
{ lib, config, pkgs, ... }:
let
cfg = config.homeModules.desktop.wayland.launcher.tofi;
fonts = config.homeModules.theme.fonts;
cfg = config.ooknet.desktop.wayland.launcher.tofi;
fonts = config.ooknet.theme.fonts;
inherit (config.colorscheme) palette;
in