fixed hyprland by using older generation of flake.lock

This commit is contained in:
Chris Cochrun 2024-06-21 11:18:38 -05:00
parent 69bdced5dc
commit 1d71cb790c
3 changed files with 34 additions and 288 deletions

View file

@ -3,9 +3,9 @@
with lib;
{
nix = {
package = pkgs.nixVersions.git;
};
# nix = {
# package = pkgs.nixVersions.git;
# };
# This adds hyprland cache to cachix and relaxes sandbox
@ -123,7 +123,7 @@ with lib;
enable = true;
xwayland.enable = true;
# legacyRenderer = true;
package = stable.hyprland;
# package = stable.hyprland;
# portalPackage = pkgs.xdg-desktop-portal-kde;
# xwayland.hidpi = true;
};