sxmo: ship conky, wob dependencies
This commit is contained in:
@@ -143,10 +143,12 @@ in
|
|||||||
'';
|
'';
|
||||||
services.xserver.displayManager.sessionPackages = [ pkgs.sxmo-utils ];
|
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 ];
|
fonts.fonts = [ pkgs.nerdfonts ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bemenu
|
bemenu
|
||||||
|
conky
|
||||||
gojq
|
gojq
|
||||||
inotify-tools
|
inotify-tools
|
||||||
libnotify
|
libnotify
|
||||||
@@ -155,9 +157,11 @@ in
|
|||||||
superd
|
superd
|
||||||
sway
|
sway
|
||||||
sxmo-utils
|
sxmo-utils
|
||||||
|
wob
|
||||||
|
xdg-user-dirs
|
||||||
|
|
||||||
cfg.deviceHooks
|
cfg.deviceHooks
|
||||||
cfg.hooks
|
cfg.hooks
|
||||||
xdg-user-dirs
|
|
||||||
] ++ lib.optionals (cfg.terminal != null) [ pkgs."${cfg.terminal}" ];
|
] ++ lib.optionals (cfg.terminal != null) [ pkgs."${cfg.terminal}" ];
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
XDG_DATA_DIRS = [
|
XDG_DATA_DIRS = [
|
||||||
|
Reference in New Issue
Block a user