sxmo: ship conky, wob dependencies

This commit is contained in:
2023-05-17 10:18:58 +00:00
parent dc0c3ff887
commit 12d120cd81

View File

@@ -143,10 +143,12 @@ in
'';
services.xserver.displayManager.sessionPackages = [ pkgs.sxmo-utils ];
# TODO: not all of these fonts seem to be mapped to the correct icon
fonts.fonts = [ pkgs.nerdfonts ];
environment.systemPackages = with pkgs; [
bemenu
conky
gojq
inotify-tools
libnotify
@@ -155,9 +157,11 @@ in
superd
sway
sxmo-utils
wob
xdg-user-dirs
cfg.deviceHooks
cfg.hooks
xdg-user-dirs
] ++ lib.optionals (cfg.terminal != null) [ pkgs."${cfg.terminal}" ];
environment.sessionVariables = {
XDG_DATA_DIRS = [