feat: xwayland-satellite

This commit is contained in:
punkfairie 2025-05-26 16:53:41 -07:00
parent 73aa0bdcca
commit d19b849577
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 4 additions and 3 deletions

View file

@ -5,5 +5,6 @@
./waybar.nix
# TODO: uncomment when swaylock is figured out
# ./wlogout
./xwayland-satellite.nix
];
}

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
pkgs,
...
}: let
@ -8,7 +8,7 @@
in {
options.marleyos.programs.xwayland-satellite.enable = lib.mkEnableOption "xwayland-satellite";
config = lib.mkIf cfg.enable {
config = lib.mkIf (cfg.enable && pkgs.stdenv.isLinux) {
home.packages = with pkgs; [
xwayland-satellite
];

View file

@ -29,7 +29,7 @@ in {
# TODO: enable once swaylock is figured out
# wlogout = enabled;
fuzzel = enabled;
# xwayland-satellite = enabled;
xwayland-satellite = enabled;
};
services = {
# swaybg = enabled;