From baf4f3f404d0aa2d2e66acefb01806714d269b73 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 30 Dec 2024 08:59:16 -0800 Subject: [PATCH] moved mcmojave to gui-only hosts --- home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 05ee0fa..8d4f5dd 100644 --- a/home.nix +++ b/home.nix @@ -51,6 +51,9 @@ let ] ++ pkgs.lib.optionals (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) [ + inputs.mcmojave-hyprcursor.packages.${pkgs.stdenv.hostPlatform.system}.default + inputs.mcmojave-xcursor.packages.${pkgs.stdenv.hostPlatform.system}.default + # Gui application pkgs-stable.darktable # RAW processing dbeaver-bin # SQL management tool @@ -139,10 +142,7 @@ in # changes in each release. stateVersion = "22.11"; - packages = install_packages ++ [ - inputs.mcmojave-hyprcursor.packages.${pkgs.stdenv.hostPlatform.system}.default - inputs.mcmojave-xcursor.packages.${pkgs.stdenv.hostPlatform.system}.default - ]; + packages = install_packages; sessionVariables = { NIX_SHELL_PRESERVE_PROMPT = 1; EDITOR = "nvim";