feat(waybar): add battery indicator

This commit is contained in:
toast 2026-05-01 00:33:28 +09:00
parent 282f97f848
commit a552cbd08c
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, lib, inputs, ... }:
{
imports = [
inputs.nixvim.homeModules.nixvim