right hyprland package for allegro and add pkgs-unstable to flake
This commit is contained in:
parent
9e882a4bb4
commit
8795542df7
2 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, pkgs-24_05, variant, ... }: {
|
||||
{ config, lib, pkgs, pkgs-unstable, pkgs-24_05, variant, ... }: {
|
||||
home.packages = with pkgs; [ xdg-desktop-portal-hyprland ];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = if variant == "allegro" then pkgs-24_05.hyprland else pkgs.hyprland;
|
||||
package = if variant == "allegro" then pkgs.hyprland else pkgs-unstable.hyprland;
|
||||
xwayland.enable = true;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue