mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: new waybar config (stolen from @Ruixi-rebirth)
This commit is contained in:
parent
b72c2c4483
commit
dcd84b40a6
5 changed files with 1038 additions and 4 deletions
9
modules/home/waybar/old/waybar.nix
Normal file
9
modules/home/waybar/old/waybar.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
programs.waybar.package = pkgs.waybar.overrideAttrs (oa: {
|
||||
mesonFlags = (oa.mesonFlags or [ ]) ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue