From 91582509590a819a25f11468cfc23bcb0963e258 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 21:55:30 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/desktops/hyprland-conf.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts/nixos-laptop/desktops/hyprland-conf.nix b/hosts/nixos-laptop/desktops/hyprland-conf.nix index 62d173b0..157d9730 100644 --- a/hosts/nixos-laptop/desktops/hyprland-conf.nix +++ b/hosts/nixos-laptop/desktops/hyprland-conf.nix @@ -191,10 +191,9 @@ mako "; }; - - # Waybar Configs: - import = [ - ../../../desktops/hyprland/waybar/gruvbox.nix - ]; }; + # Waybar Configs: + import = [ + ../../../desktops/hyprland/waybar/gruvbox.nix + ]; } \ No newline at end of file