feat(home): enable some configs only on gui systems

This commit is contained in:
2026-08-17 18:10:23 +02:00
parent bf9f97c804
commit c05e660546
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ pkgs, currentSystemDe, ... }:
{ pkgs, ... }:
{
programs.kitty = {
enable = currentSystemDe != "none";
enable = true;
themeFile = "Catppuccin-Mocha";
extraConfig = " ";
enableGitIntegration = true;