fix(overlay): remove waybar nixpkgs-wayland overlay
This commit is contained in:
parent
104570c0f4
commit
2a7024a1a2
2 changed files with 2 additions and 3 deletions
|
|
@ -30,8 +30,8 @@
|
||||||
nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-small.url = "github:Nixos/nixpkgs/nixos-unstable-small";
|
nixpkgs-small.url = "github:Nixos/nixpkgs/nixos-unstable-small";
|
||||||
|
|
||||||
# contains more up-to-date wayland related packages
|
# contains more up-to-date wayland related packages. no need enabling atm
|
||||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
# nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||||
|
|
||||||
# split your flake into... parts?
|
# split your flake into... parts?
|
||||||
flake-parts = {
|
flake-parts = {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@ in
|
||||||
};
|
};
|
||||||
overlays = [
|
overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
waybar = inputs.nixpkgs-wayland.packages.${prev.system}.waybar;
|
|
||||||
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue