From d031bd58e5c7e5190dd877f2e156f9e92afcff8d Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 21:56:16 +0900 Subject: [PATCH] Typo --- hosts/nixos-laptop/desktops/hyprland-conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/desktops/hyprland-conf.nix b/hosts/nixos-laptop/desktops/hyprland-conf.nix index 157d9730..1a0deb8d 100644 --- a/hosts/nixos-laptop/desktops/hyprland-conf.nix +++ b/hosts/nixos-laptop/desktops/hyprland-conf.nix @@ -193,7 +193,7 @@ }; }; # Waybar Configs: - import = [ + imports = [ ../../../desktops/hyprland/waybar/gruvbox.nix ]; } \ No newline at end of file