ensure mesa package matches hyprland internal package
This commit is contained in:
parent
82c10b793b
commit
aba1b552d9
2 changed files with 9 additions and 7 deletions
|
|
@ -100,7 +100,7 @@
|
||||||
autostart_sh = ''
|
autostart_sh = ''
|
||||||
# REF: autostart.sh
|
# REF: autostart.sh
|
||||||
|
|
||||||
# XDG_CURRENT_DESKTOP=Hyprland
|
# XDG_CURRENT_DESKTOP=mango
|
||||||
# dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
# dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# hyprpkgs = inputs.hyprland.packages.${system}
|
# hyprpkgs = inputs.hyprland.packages.${system};
|
||||||
|
hyprpkgs = inputs.hyprland.inputs.nixpkgs.legacyPackages.${system};
|
||||||
in {
|
in {
|
||||||
environment.defaultPackages = with pkgs; [
|
environment.defaultPackages = with pkgs; [
|
||||||
hyprsunset
|
hyprsunset
|
||||||
|
|
@ -14,11 +16,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
|
|
||||||
# extraPortals = with pkgs; [
|
|
||||||
# xdg-desktop-portal-hyprland
|
|
||||||
# xdg-desktop-portal-gtk
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
@ -31,4 +28,9 @@ in {
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.graphics = {
|
||||||
|
package = lib.mkForce hyprpkgs.mesa;
|
||||||
|
package32 = lib.mkForce hyprpkgs.pkgsi686Linux.mesa;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue