functional home assistant

This commit is contained in:
mjallen18
2025-07-18 14:50:13 -05:00
parent 407f8ede87
commit 91be65bc39
41 changed files with 337 additions and 304 deletions

View File

@@ -1,11 +1,12 @@
{ config, lib, namespace, ... }:
{ config, lib, ... }:
with lib;
let
cfg = config.${namespace}.desktop.extra.wofi;
cfg = config.mjallen.desktop.extra.wofi;
nord = import ../../theme/nord.nix;
in
{
imports = [ ./options.nix ];
config = mkIf cfg.enable {
programs.wofi = {
enable = true;

View File

@@ -1,7 +1,7 @@
{ lib, namespace, ... }:
{ lib, ... }:
with lib;
{
options.${namespace}.desktop.extra.wofi = {
options.mjallen.desktop.extra.wofi = {
enable = mkEnableOption "enable wofi";
fontName = mkOption {