functional home assistant
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, lib, namespace, ... }:
|
||||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.${namespace}.desktop.extra.wlogout;
|
||||
cfg = config.mjallen.desktop.extra.wlogout;
|
||||
nord = import ../../theme/nord.nix;
|
||||
in
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{ lib, namespace, ... }:
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.${namespace}.desktop.extra.wofi = {
|
||||
enable = mkEnableOption "enable wofi";
|
||||
options.mjallen.desktop.extra.wlogout = {
|
||||
enable = mkEnableOption "enable wlogout";
|
||||
|
||||
fontName = mkOption {
|
||||
type = types.str;
|
||||
|
||||
Reference in New Issue
Block a user