From ac2f0296164fa6268034c1798639a2d3b22e30d5 Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 4 Feb 2025 16:11:51 +0100 Subject: [PATCH] remove hyprland config from ft home --- flake.nix | 6 +++++- home.nix | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d5776b9..af32b84 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:24 by tomoron #+# #+# # -# Updated: 2025/01/31 22:34:00 by tomoron ### ########.fr # +# Updated: 2025/02/04 16:03:35 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -88,6 +88,7 @@ modules = [ ./home.nix ./homes/vbox.nix + ./modules/hyprland.nix ]; }; ft = home-manager.lib.homeManagerConfiguration { @@ -112,6 +113,7 @@ modules = [ ./home.nix ./homes/laptop/home.nix + ./modules/hyprland.nix ]; }; desktop = home-manager.lib.homeManagerConfiguration { @@ -124,6 +126,7 @@ modules = [ ./home.nix ./homes/desktop/home.nix + ./modules/hyprland.nix ]; }; server = home-manager.lib.homeManagerConfiguration { @@ -136,6 +139,7 @@ modules = [ ./home.nix ./homes/server/home.nix + ./modules/hyprland.nix ]; }; }; diff --git a/home.nix b/home.nix index 93de5dd..63e4890 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# # -# Updated: 2025/02/04 15:57:16 by tomoron ### ########.fr # +# Updated: 2025/02/04 16:02:21 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -19,7 +19,6 @@ modules/alacritty.nix modules/vim.nix modules/firefox.nix - modules/hyprland.nix modules/waybar.nix ];