feat: add hyprland nvidia configuration for desktop

This commit is contained in:
ooks-io 2024-02-12 11:57:43 +13:00
parent 94a096bb6d
commit bb41c51344
5 changed files with 20 additions and 1 deletions

View file

@ -8,6 +8,11 @@
options.homeModules.desktop.wayland.windowManager = {
hyprland = {
enable = lib.mkEnableOption "Enable Hyprland window-manager";
nvidia = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Apply Hyprland nvidia settings";
};
};
};