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 = "auto";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# tray service for udiskie
|
|
||||||
systemd.user.services.tray = {
|
|
||||||
Unit = {
|
|
||||||
Description = "Home Manager System Tray";
|
|
||||||
Requires = ["graphical-session-pre.target"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@ -11,6 +11,7 @@ with lib; {
|
|||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
xsession = {
|
xsession = {
|
||||||
|
enable = true;
|
||||||
windowManager.xmonad = {
|
windowManager.xmonad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableContribAndExtras = true;
|
enableContribAndExtras = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user