Nix configurations for my personal machines (Linux & macOS)
1{delib, ...}: 2delib.module { 3 name = "tray"; 4 5 options = delib.singleEnableOption true; 6 7 # TODO: i don't think this is needed anymore??? 8 home.ifEnabled.systemd.user.targets.tray = { 9 Unit = { 10 Description = "Home Manager System Tray"; 11 Requires = ["graphical-session-pre.target"]; 12 }; 13 }; 14}