forked from Shinonome/alt-illogical-impulse
fix: add wayland dev headers and scanner for pywayland build on NixOS
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# System services required for dots-hyprland
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# UPower for battery monitoring in quickshell bar
|
||||
services.upower.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user