fix flake package

This commit is contained in:
Arthur Wambst 2025-04-02 00:32:19 +02:00
parent 9ed4b3c4ca
commit 3844259f13

View File

@ -12,7 +12,7 @@
nixpkgs.overlays = [ self.overlays.default ];
environment.systemPackages = with pkgs; [
waybar
inputs.waybar.packages.${pkgs.system}.waybar
];
};
};