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 ./waybar.nix
# TODO: uncomment when swaylock is figured out # TODO: uncomment when swaylock is figured out
# ./wlogout # ./wlogout
./xwayland-satellite.nix
]; ];
} }

View file

@ -1,6 +1,6 @@
{ {
lib,
config, config,
lib,
pkgs, pkgs,
... ...
}: let }: let
@ -8,7 +8,7 @@
in { in {
options.marleyos.programs.xwayland-satellite.enable = lib.mkEnableOption "xwayland-satellite"; 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; [ home.packages = with pkgs; [
xwayland-satellite xwayland-satellite
]; ];

View file

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