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:
parent
4609330c96
commit
d0b0fea30c
@ -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;
|
||||
|
||||
@ -11,6 +11,7 @@ with lib; {
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user