diff --git a/modules/home-manager/packages.nix b/modules/home-manager/packages.nix index 895f6c9..07191f4 100644 --- a/modules/home-manager/packages.nix +++ b/modules/home-manager/packages.nix @@ -80,19 +80,6 @@ # Mail client thunderbird - ## Theming - (nerdfonts.override { - fonts = [ - "IBMPlexMono" - "NerdFontsSymbolsOnly" - ]; - }) - ibm-plex - libsForQt5.qtstyleplugin-kvantum - libsForQt5.qtwayland - qt6Packages.qtstyleplugin-kvantum - qt6Packages.qtwayland - # Create an FHS environment using the command `fhs`, enabling the execution of non-NixOS packages in NixOS! ( let diff --git a/modules/home-manager/theming.nix b/modules/home-manager/theming.nix index 51901de..0b07453 100644 --- a/modules/home-manager/theming.nix +++ b/modules/home-manager/theming.nix @@ -1,6 +1,20 @@ { pkgs, ... }: { + home.packages = with pkgs; [ + (nerdfonts.override { + fonts = [ + "IBMPlexMono" + "NerdFontsSymbolsOnly" + ]; + }) + ibm-plex + libsForQt5.qtstyleplugin-kvantum + libsForQt5.qtwayland + qt6Packages.qtstyleplugin-kvantum + qt6Packages.qtwayland + ]; + home.file = { # Cattpuccin theme for fish shell. ".config/fish/themes/Catppuccin-Frappe.theme".source = ./theming/Catppuccin-Frappe.theme;