this time actually fix hyprland
This commit is contained in:
parent
b55fe653ee
commit
1176b10c04
1 changed files with 3 additions and 1 deletions
|
@ -108,6 +108,7 @@ in {
|
|||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
|
@ -118,7 +119,8 @@ in {
|
|||
xdg.dataFile = mkIf (cfg.startupSound != null) { "hypr/startup_sound".source = cfg.startupSound; };
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
#portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
|
||||
enable = true;
|
||||
package = hyprland;
|
||||
plugins = cfg.extraPlugins;
|
||||
# TODO make these work with the config below (infinite recursion)
|
||||
# and make this file stop hanging my neovim every 2 seconds
|
||||
|
|
Loading…
Reference in a new issue