functional home assistant
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, config, namespace, ... }:
|
||||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.${namespace}.desktop.extra.kitty;
|
||||
cfg = config.mjallen.desktop.extra.kitty;
|
||||
in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ lib, namespace, ... }:
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.${namespace}.desktop.extra.kitty = {
|
||||
options.mjallen.desktop.extra.kitty = {
|
||||
enable = mkEnableOption "enable kitty terminal";
|
||||
|
||||
font = {
|
||||
|
||||
Reference in New Issue
Block a user