This commit is contained in:
Matt Nish-Lapidus 2025-04-29 14:06:35 -04:00
parent c1f3e7033b
commit 1a2c966939
9 changed files with 243 additions and 187 deletions

View file

@ -1,11 +1,11 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
with pkgs.lib.nix-rice;
let strPalette = palette.toRGBHex pkgs.rice.colorPalette;
in {
programs.waybar = {
enable = true;
package = pkgs.waybar;
package = inputs.waybar.packages.${pkgs.stdenv.hostPlatform.system}.waybar;
systemd = {
enable = true;
};