latest hyprland
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
programs.hyprland = let
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
pkgs-us = import inputs.nixpkgs-us { inherit system; };
|
||||
#pkgs-us = import inputs.nixpkgs-us { inherit system; };
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
@@ -25,11 +25,9 @@
|
||||
|
||||
systemd.setPath.enable = true;
|
||||
|
||||
#package = inputs.hyprland.packages.${system}.hyprland;
|
||||
package = pkgs-us.hyprland;
|
||||
package = inputs.hyprland.packages.${system}.hyprland;
|
||||
|
||||
#portalPackage = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
||||
portalPackage = pkgs-us.xdg-desktop-portal-hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user