Enable Hyprland in addition to Plasma (for now)
This commit is contained in:
@ -27,4 +27,18 @@
|
||||
# videoDrivers = [ "nvidia" ]; # NVIDIA
|
||||
videoDrivers = ["amdgpu"];
|
||||
};
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
nvidiaPatches = false;
|
||||
recommendedEnvironment = true;
|
||||
|
||||
# NOTE: System module hyprland is configured in ~/.config/hypr/
|
||||
# extraConfig = ''
|
||||
# bind = SUPER,a,exec,rofi -show drun
|
||||
|
||||
# exec-once = dunst & # Notification daemon
|
||||
# exec-once = ${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user