fix(overlay): remove waybar nixpkgs-wayland overlay

This commit is contained in:
ooks-io 2024-05-22 22:35:24 +12:00
parent 104570c0f4
commit 2a7024a1a2
2 changed files with 2 additions and 3 deletions

View file

@ -30,8 +30,8 @@
nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable";
nixpkgs-small.url = "github:Nixos/nixpkgs/nixos-unstable-small";
# contains more up-to-date wayland related packages
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
# contains more up-to-date wayland related packages. no need enabling atm
# nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
# split your flake into... parts?
flake-parts = {

View file

@ -17,7 +17,6 @@ in
};
overlays = [
(final: prev: {
waybar = inputs.nixpkgs-wayland.packages.${prev.system}.waybar;
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
})
];