fix xwayland

This commit is contained in:
Grisha Shipunov 2025-03-19 14:00:07 +01:00
parent 7555207d7b
commit 671d719788

View file

@ -9,7 +9,27 @@
./desktop-software.nix ./desktop-software.nix
./fonts.nix ./fonts.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages =
let
xwayland-satellite-git = pkgs.xwayland-satellite.overrideAttrs (
final: prev: {
version = "git";
cargoHash = "sha256-MaF2FyR3HvQAKkZKa8OO/5jbO64/Ncv7+JqHda4jN50=";
src = pkgs.fetchFromGitHub {
owner = "Supreeeme";
repo = "xwayland-satellite";
rev = "cca74a5f6b23742d77dc5db4312dfc40fd4a0fcc";
sha256 = "sha256-YZ+axsuNsgIKWfnRkt6Qa9UoKfUOIWf42vNUonXxmxM=";
};
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
inherit (final) pname src version;
hash = final.cargoHash;
};
}
);
in
with pkgs;
[
screen-message screen-message
qbittorrent qbittorrent
gajim gajim
@ -47,7 +67,7 @@
mako mako
swww swww
oculante oculante
xwayland-satellite xwayland-satellite-git
]; ];
# Enable sound. # Enable sound.