Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fix(albus): missing systemd tray target
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Dec 11, 2023
1 parent 35c851c commit 1deac6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/albus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,13 @@ in
vlc
];

# See: https://github.com/nix-community/home-manager/issues/2064
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = [ "graphical-session-pre.target" ];
};
};

home.stateVersion = "23.11";
}

0 comments on commit 1deac6c

Please sign in to comment.