Auto-commit: 2026-01-05 18:31:52
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.kitty = {
|
||||
{ pkgs, nixosConfig, lib, ... }: {
|
||||
programs.kitty = lib.mkIf nixosConfig.my.desktop.enable {
|
||||
enable = true;
|
||||
|
||||
# Upstream test failures resolved; use default kitty package (>= 0.44).
|
||||
|
||||
Reference in New Issue
Block a user