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 = {