fix xwayland

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

View file

@ -9,46 +9,66 @@
./desktop-software.nix ./desktop-software.nix
./fonts.nix ./fonts.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages =
screen-message let
qbittorrent xwayland-satellite-git = pkgs.xwayland-satellite.overrideAttrs (
gajim final: prev: {
imv version = "git";
mpv cargoHash = "sha256-MaF2FyR3HvQAKkZKa8OO/5jbO64/Ncv7+JqHda4jN50=";
evince src = pkgs.fetchFromGitHub {
brightnessctl owner = "Supreeeme";
pulsemixer repo = "xwayland-satellite";
cmus rev = "cca74a5f6b23742d77dc5db4312dfc40fd4a0fcc";
termusic sha256 = "sha256-YZ+axsuNsgIKWfnRkt6Qa9UoKfUOIWf42vNUonXxmxM=";
gsettings-desktop-schemas };
xdg-utils cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
qt5.qtwayland inherit (final) pname src version;
bashmount hash = final.cargoHash;
audacity };
spotify-player }
zathura );
ncdu in
adwaita-icon-theme with pkgs;
bluetui [
gammastep screen-message
graphicsmagick qbittorrent
i3status-rust gajim
impala imv
kanshi mpv
pamixer evince
swayidle brightnessctl
swaylock pulsemixer
wl-clipboard cmus
xfce.thunar termusic
banana-cursor gsettings-desktop-schemas
fuzzel xdg-utils
alacritty qt5.qtwayland
i3bar-river bashmount
mako audacity
swww spotify-player
oculante zathura
xwayland-satellite ncdu
]; adwaita-icon-theme
bluetui
gammastep
graphicsmagick
i3status-rust
impala
kanshi
pamixer
swayidle
swaylock
wl-clipboard
xfce.thunar
banana-cursor
fuzzel
alacritty
i3bar-river
mako
swww
oculante
xwayland-satellite-git
];
# Enable sound. # Enable sound.
security.rtkit.enable = true; security.rtkit.enable = true;