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

@ -1,6 +1,7 @@
{ config, lib, ... }:
let
cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
pointer = config.home.pointerCursor;
in
{
config = lib.mkIf cfg.enable {
@ -20,6 +21,10 @@ in
};
dwindle.split_width_multiplier = 1.35;
exec-once = [
"hyprctl setcursor ${pointer.name} ${toString pointer.size}"
];
decoration = {
active_opacity = 1.0;
inactive_opacity = 1.0;