first round of bug hunting
This commit is contained in:
parent
cac7203033
commit
03985749c6
6 changed files with 8 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
with lib;
|
||||
let cfg = config.modules.foot;
|
||||
let cfg = config.modules.kitty;
|
||||
|
||||
in {
|
||||
options.modules.foot = { enable = mkEnableOption "foot"; };
|
||||
options.modules.kitty = { enable = mkEnableOption "kitty"; };
|
||||
config = mkIf cfg.enable {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue