From bd3eca6f69a6e0c20c404c30c134d146e491e148 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 24 Apr 2025 21:05:17 +0100 Subject: [PATCH] Renamed application file --- flake.nix | 6 +++--- modules/{hyprland.nix => applications.nix} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename modules/{hyprland.nix => applications.nix} (100%) 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