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