functional home assistant
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user