feat: add hyprland nvidia configuration for desktop
This commit is contained in:
parent
94a096bb6d
commit
bb41c51344
5 changed files with 20 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue