refactor: change home manager overrides name

This commit is contained in:
Youwen Wu 2024-08-21 16:52:53 -07:00
parent 4a6b3a895d
commit a97e676fb7
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
wayland.windowManager.hyprland.package = pkgs.lib.mkForce pkgs.hyprland;
}