This commit is contained in:
2026-03-24 10:40:31 +01:00
parent 61026947d3
commit 0749c86085
16 changed files with 75 additions and 85 deletions

View File

@@ -1,9 +1,9 @@
{ lib, isNixOS, ... }:
{ lib, userConfig, ... }:
{
programs.kitty = {
enable = true;
package = lib.mkIf (!isNixOS) null;
package = lib.mkIf (!userConfig.isNixOS) null;
settings = {
confirm_os_window_close = 0;
dynamic_background_opacity = true;