mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(home): enable some configs only on gui systems
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
{ pkgs, currentSystemDe, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = currentSystemDe != "none";
|
||||
enable = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
extraConfig = " ";
|
||||
enableGitIntegration = true;
|
||||
|
||||
Reference in New Issue
Block a user