From c08fb243cccaa37c8c9570fa6709e7c4a593ef2d Mon Sep 17 00:00:00 2001 From: poslop Date: Fri, 30 Jan 2026 20:30:30 -0600 Subject: [PATCH] moved fonts to home --- modules/core/default.nix | 1 - modules/home/default.nix | 1 + modules/{core => home}/fonts.nix | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/{core => home}/fonts.nix (100%) diff --git a/modules/core/default.nix b/modules/core/default.nix index 00107a6..258d0e0 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -3,7 +3,6 @@ ./nvim.nix ./zsh ./git.nix - ./fonts.nix ./hjem.nix ./network.nix ./packages.nix diff --git a/modules/home/default.nix b/modules/home/default.nix index 7968ef3..65c11b5 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -2,5 +2,6 @@ imports = [ ./hyprland ./packages.nix + ./fonts.nix ]; } diff --git a/modules/core/fonts.nix b/modules/home/fonts.nix similarity index 100% rename from modules/core/fonts.nix rename to modules/home/fonts.nix