fix: remove hyprlnad's flake

This commit is contained in:
Ryan Yin
2024-07-15 22:50:44 +08:00
parent c29148fc77
commit 0ea8548f37
3 changed files with 10 additions and 226 deletions

View File

@@ -1,11 +1,10 @@
{
pkgs,
lib,
hyprland,
nur-ryan4yin,
...
}: let
package = hyprland.packages.${pkgs.system}.hyprland;
package = pkgs.hyprland;
in {
# NOTE:
# We have to enable hyprland/i3's systemd user service in home-manager,