Finish add hyprland conf [Not ready yet]
This commit is contained in:
parent
ac3974ee66
commit
3b8ba8ee2b
2 changed files with 33 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue