universedesktop: waybar

This commit is contained in:
2024-05-12 08:42:00 -04:00
parent 7fbe36671b
commit 77185ad8f3
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ in {
(dwl-patch "ipc")
(dwl-patch "restore-monitor")
(dwl-patch "regexrules")
(dwl-patch "autostart")
];
in {
version = "10-05-2024";
@@ -44,6 +45,7 @@ in {
export termcmd=${pkgs.foot}/bin/foot
export editcmd=${launch_emacs}
export menucmd=${pkgs.fuzzel}/bin/fuzzel
export barcmd=${pkgs.waybar}/bin/waybar
substituteAll ${./dwl/config.def.h} ./config.def.h
'';
postInstall = ''
@@ -70,6 +72,7 @@ in {
environment.systemPackages = with pkgs; [
dwl
waybar
foot
];
}