From b155c8912bb2347e030e723a2b37f1a60cb0fe15 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 14 Oct 2023 19:20:26 +0200 Subject: [PATCH] chore: move hypr.nix to hyprland.nix --- modules/gui/default.nix | 2 +- modules/gui/{hypr.nix => hyprland.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/gui/{hypr.nix => hyprland.nix} (100%) diff --git a/modules/gui/default.nix b/modules/gui/default.nix index f74262a..c1954df 100644 --- a/modules/gui/default.nix +++ b/modules/gui/default.nix @@ -8,7 +8,7 @@ _: { ./foot.nix ./gtk.nix ./gtklock.nix - ./hypr.nix + ./hyprland.nix ./mpv.nix ./qt.nix #./rofi.nix diff --git a/modules/gui/hypr.nix b/modules/gui/hyprland.nix similarity index 100% rename from modules/gui/hypr.nix rename to modules/gui/hyprland.nix