diff --git a/flake.nix b/flake.nix index 8d6ca28..fa380de 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ modules = [ ./hosts/laptop.nix ./modules/common.nix - ./modules/hyprland.nix + ./modules/applications.nix ./modules/networking.nix ./modules/user.nix ]; @@ -27,7 +27,7 @@ modules = [ ./hosts/desktop.nix ./modules/common.nix - ./modules/hyprland.nix + ./modules/applications.nix ./modules/networking.nix ./modules/user.nix ]; @@ -37,7 +37,7 @@ modules = [ ./hosts/vm.nix ./modules/common.nix - ./modules/hyprland.nix + ./modules/applications.nix ./modules/networking.nix ./modules/user.nix ]; diff --git a/modules/hyprland.nix b/modules/applications.nix similarity index 100% rename from modules/hyprland.nix rename to modules/applications.nix