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 @@
{ lib, config, inputs, ... }:
let
cfg = config.homeModules.desktop.wayland.bar.ags;
cfg = config.ooknet.desktop.wayland.bar.ags;
in
{

View file

@ -6,7 +6,7 @@
./waybar
];
options.homeModules.desktop.wayland.bar = {
options.ooknet.desktop.wayland.bar = {
eww = {
enable = lib.mkEnableOption "Enable Eww bar";
};

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
let
fonts = config.homeModules.theme.fonts;
cfg = config.homeModules.desktop.wayland.bar.waybar;
fonts = config.ooknet.theme.fonts;
cfg = config.ooknet.desktop.wayland.bar.waybar;
monitorWidth = (lib.head config.monitors).width - 20;
inherit (config.colorscheme) palette;
in