1
Fork 0
satellite/home/features/xorg/xmonad.nix

7 lines
226 B
Nix
Raw Normal View History

{ pkgs, ... }: {
2023-12-02 00:46:56 +01:00
imports = [ ./global.nix ];
2023-05-24 03:17:09 +02:00
# Command required to get the xdg stuff to work. Suggested by @lily on discord.
xsession.initExtra = "${pkgs.dbus}/bin/dbus-update-activation-environment --systemd --all";
2023-01-10 02:38:06 +01:00
}