From 8014c0e97a2d19767d29eb45ec5cc61da78aa4e5 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 23:56:52 +0200 Subject: [PATCH] rename WM to wm --- modules/nix/default.nix | 2 +- modules/nix/{WM => wm}/default.nix | 0 modules/nix/{WM => wm}/hyprland.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/nix/{WM => wm}/default.nix (100%) rename modules/nix/{WM => wm}/hyprland.nix (100%) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 65978cb..e659650 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -10,7 +10,7 @@ ./shell ./rice ./groups - ./WM + ./wm ]; # Timzone and locales (same for all machines so I put it here) diff --git a/modules/nix/WM/default.nix b/modules/nix/wm/default.nix similarity index 100% rename from modules/nix/WM/default.nix rename to modules/nix/wm/default.nix diff --git a/modules/nix/WM/hyprland.nix b/modules/nix/wm/hyprland.nix similarity index 100% rename from modules/nix/WM/hyprland.nix rename to modules/nix/wm/hyprland.nix