first round of bug hunting

This commit is contained in:
Jet Pham 2024-03-22 23:43:34 -07:00
parent cac7203033
commit 03985749c6
6 changed files with 8 additions and 11 deletions

View file

@ -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;