Finish add hyprland conf [Not ready yet]

This commit is contained in:
Florian RICHER 2024-05-06 00:53:40 +02:00
parent ac3974ee66
commit 3b8ba8ee2b
2 changed files with 33 additions and 13 deletions

View file

@ -2,14 +2,9 @@
with lib;
{
options.homePrograms.kitty = {
enable = mkOption {
default = config.homePrograms.hyprland.enable; # Enable by default with hyprland to ensure kitty is installed with hyprland
example = true;
description = ''
Enable kitty with my custom configurations
'';
type = types.bool;
};
enable = mkEnableOption ''
Enable kitty with my custom configurations
'';
enableBlur = mkOption {
default = !config.homePrograms.hyprland.enable; # Disable by default if hyprland is enabled (Hyprland enable own blur)