1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add xsession manager to home manager (udiskie)

This commit is contained in:
Stefan Ellmauthaler 2023-06-19 13:49:57 +02:00
parent 4609330c96
commit d0b0fea30c
Failed to extract signature
2 changed files with 1 additions and 7 deletions

View File

@ -42,13 +42,6 @@
tray = "auto";
};
};
# tray service for udiskie
systemd.user.services.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = ["graphical-session-pre.target"];
};
};
xdg = {
enable = true;

View File

@ -11,6 +11,7 @@ with lib; {
in
mkIf cfg.enable {
xsession = {
enable = true;
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;