1

Enable Hyprland in addition to Plasma (for now)

This commit is contained in:
2023-04-02 20:38:40 +02:00
parent 3194428a5f
commit 00311cdf1a
5 changed files with 177 additions and 12 deletions

View File

@ -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
# '';
};
}