This commit is contained in:
Arthur Wambst 2025-04-02 00:22:56 +02:00
commit 8700058231
2 changed files with 6 additions and 0 deletions

5
flake.nix Normal file
View File

@ -0,0 +1,5 @@
(self: super: {
waybar = super.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
})

1
overlay.nix Normal file
View File

@ -0,0 +1 @@
(self: super: { vtop = super.vesktop; })