refactor: remove unused import

This commit is contained in:
EinEtwas 2024-10-16 14:14:05 +02:00
parent a9ee5dfb51
commit e1696dbdc4

View file

@ -1,4 +1,4 @@
{ lib, inputs, pkgs, ... }: {
{ lib, pkgs, ... }: {
wayland.windowManager.hyprland = {
enable = true;
#package = pkgs.hyprland-patched;