diff options
author | Mihai Fufezan <[email protected]> | 2023-08-21 15:34:37 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-21 15:34:38 +0300 |
commit | 17d8e4750bd79e0d18b5d0c9f578f23fa47552f4 (patch) | |
tree | 11060a5720b947517f36f2eb844851edf07157a1 /flake.nix | |
parent | 63b2189ce81f08ca77894f50e3d484902283189a (diff) | |
download | Hyprland-17d8e4750bd79e0d18b5d0c9f578f23fa47552f4.tar.gz Hyprland-17d8e4750bd79e0d18b5d0c9f578f23fa47552f4.zip |
Nix: remove waybar completely
Get it from Nixpkgs instead.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ wlroots-hyprland udis86 ; - waybar-hyprland = lib.warn "The `waybar-hyprland` package is now in Nixpkgs" pkgsFor.${system}.waybar-hyprland; }); devShells = eachSystem (system: { |