From e1696dbdc42294ab2f12ca29a2f583ba970d2bc1 Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Wed, 16 Oct 2024 14:14:05 +0200 Subject: [PATCH] refactor: remove unused import --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 308d2c8..64d3c32 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -1,4 +1,4 @@ -{ lib, inputs, pkgs, ... }: { +{ lib, pkgs, ... }: { wayland.windowManager.hyprland = { enable = true; #package = pkgs.hyprland-patched;