updates...

This commit is contained in:
zack 2024-09-21 18:49:15 -04:00
parent 24716c999a
commit d94793e019
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
10 changed files with 215 additions and 81 deletions

View file

@ -39,6 +39,10 @@ in {
};
config = mkIf cfg.enable {
home.packages = [
pkgs-unstable.xwayland
];
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
@ -216,14 +220,14 @@ in {
];
};
# fake a tray to let apps start
# https://github.com/nix-community/home-manager/issues/2064
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = ["graphical-session-pre.target"];
};
};
# # fake a tray to let apps start
# # https://github.com/nix-community/home-manager/issues/2064
# systemd.user.targets.tray = {
# Unit = {
# Description = "Home Manager System Tray";
# Requires = ["graphical-session-pre.target"];
# };
# };
systemd.user.services = {
swaybg = mkService {