231 current 2024-03-19 16:48:17 24.05.20240319.b06025f 6.8.0-zen1 *
This commit is contained in:
parent
cf4346ffed
commit
dd3af752de
5 changed files with 60 additions and 73 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
|
@ -22,6 +23,7 @@ in {
|
|||
programs.waybar = {
|
||||
enable = true;
|
||||
style = import ./style.nix;
|
||||
package = inputs.waybar.packages.x86_64-linux.waybar;
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "hyprland-session.target";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue