diff --git a/modules/home/default.nix b/modules/home/default.nix index 62aa0a6..b82b6b6 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -22,6 +22,6 @@ ++ [(import ./swaylock.nix)] ++ [(import ./vscodium.nix)] ++ [(import ./waybar)] - ++ [(import ./wofi/wofi.nix)] + ++ [(import ./wofi.nix)] ++ [(import ./zsh.nix)]; } diff --git a/modules/home/wofi/wofi.nix b/modules/home/wofi.nix similarity index 100% rename from modules/home/wofi/wofi.nix rename to modules/home/wofi.nix