diff --git a/modules/default.nix b/modules/default.nix index 4935ff5..2af19df 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,7 +1,7 @@ { imports = [ ./apps - ./hyprland + ./hypr ./hardware ./services ./system diff --git a/modules/hyprland/ags/bar/config.js b/modules/hypr/ags/bar/config.js similarity index 100% rename from modules/hyprland/ags/bar/config.js rename to modules/hypr/ags/bar/config.js diff --git a/modules/hyprland/ags/bar/style.css b/modules/hypr/ags/bar/style.css similarity index 100% rename from modules/hyprland/ags/bar/style.css rename to modules/hypr/ags/bar/style.css diff --git a/modules/hyprland/ags/default.nix b/modules/hypr/ags/default.nix similarity index 100% rename from modules/hyprland/ags/default.nix rename to modules/hypr/ags/default.nix diff --git a/modules/hyprland/ags/tsconfig.json b/modules/hypr/ags/tsconfig.json similarity index 100% rename from modules/hyprland/ags/tsconfig.json rename to modules/hypr/ags/tsconfig.json diff --git a/modules/hyprland/default.nix b/modules/hypr/default.nix similarity index 100% rename from modules/hyprland/default.nix rename to modules/hypr/default.nix diff --git a/modules/hyprland/hypridle/default.nix b/modules/hypr/hypridle/default.nix similarity index 100% rename from modules/hyprland/hypridle/default.nix rename to modules/hypr/hypridle/default.nix diff --git a/modules/hyprland/hyprland/default.nix b/modules/hypr/hyprland/default.nix similarity index 100% rename from modules/hyprland/hyprland/default.nix rename to modules/hypr/hyprland/default.nix diff --git a/modules/hyprland/hyprland/scripts/ags.sh b/modules/hypr/hyprland/scripts/ags.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/ags.sh rename to modules/hypr/hyprland/scripts/ags.sh diff --git a/modules/hyprland/hyprland/scripts/cmus.sh b/modules/hypr/hyprland/scripts/cmus.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/cmus.sh rename to modules/hypr/hyprland/scripts/cmus.sh diff --git a/modules/hyprland/hyprland/scripts/gamemode.sh b/modules/hypr/hyprland/scripts/gamemode.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/gamemode.sh rename to modules/hypr/hyprland/scripts/gamemode.sh diff --git a/modules/hyprland/hyprland/scripts/hypridle.sh b/modules/hypr/hyprland/scripts/hypridle.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/hypridle.sh rename to modules/hypr/hyprland/scripts/hypridle.sh diff --git a/modules/hyprland/hyprland/scripts/mpv.sh b/modules/hypr/hyprland/scripts/mpv.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/mpv.sh rename to modules/hypr/hyprland/scripts/mpv.sh diff --git a/modules/hyprland/hyprland/scripts/screen.sh b/modules/hypr/hyprland/scripts/screen.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/screen.sh rename to modules/hypr/hyprland/scripts/screen.sh diff --git a/modules/hyprland/hyprland/scripts/vm.sh b/modules/hypr/hyprland/scripts/vm.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/vm.sh rename to modules/hypr/hyprland/scripts/vm.sh diff --git a/modules/hyprland/hyprland/scripts/volume.sh b/modules/hypr/hyprland/scripts/volume.sh similarity index 100% rename from modules/hyprland/hyprland/scripts/volume.sh rename to modules/hypr/hyprland/scripts/volume.sh diff --git a/modules/hyprland/style/default.nix b/modules/hypr/style/default.nix similarity index 100% rename from modules/hyprland/style/default.nix rename to modules/hypr/style/default.nix diff --git a/modules/hyprland/style/font/default.nix b/modules/hypr/style/font/default.nix similarity index 100% rename from modules/hyprland/style/font/default.nix rename to modules/hypr/style/font/default.nix diff --git a/modules/hyprland/style/gtk/default.nix b/modules/hypr/style/gtk/default.nix similarity index 100% rename from modules/hyprland/style/gtk/default.nix rename to modules/hypr/style/gtk/default.nix diff --git a/modules/hyprland/style/gtk/gruvbox-plus.nix b/modules/hypr/style/gtk/gruvbox-plus.nix similarity index 100% rename from modules/hyprland/style/gtk/gruvbox-plus.nix rename to modules/hypr/style/gtk/gruvbox-plus.nix diff --git a/modules/hyprland/style/qt/default.nix b/modules/hypr/style/qt/default.nix similarity index 100% rename from modules/hyprland/style/qt/default.nix rename to modules/hypr/style/qt/default.nix diff --git a/modules/hyprland/style/stylix/default.nix b/modules/hypr/style/stylix/default.nix similarity index 100% rename from modules/hyprland/style/stylix/default.nix rename to modules/hypr/style/stylix/default.nix diff --git a/modules/hyprland/style/stylix/wallpaper.png b/modules/hypr/style/stylix/wallpaper.png similarity index 100% rename from modules/hyprland/style/stylix/wallpaper.png rename to modules/hypr/style/stylix/wallpaper.png