From 84e739fa60dd8d444fa840c2bd8c4164c3a02f28 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Tue, 28 Oct 2025 19:32:38 -0400 Subject: [PATCH] Earthmover: replace modules/nixos import only noticed this was a problem when i saw auto-cpufreq in btop. shouldve done this sooner --- hosts/Earthmover/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Earthmover/default.nix b/hosts/Earthmover/default.nix index ceac010..e814c60 100755 --- a/hosts/Earthmover/default.nix +++ b/hosts/Earthmover/default.nix @@ -5,13 +5,13 @@ ./hardware-configuration.nix ../../modules/common - - ../../modules/nixos ../../modules/nixos/programs/desktop/niri ../../modules/nixos/programs/desktop/niri/niri/window-rules/dual-monitor.nix ../../modules/nixos/programs/desktop/niri/niri/workspaces/dual-monitor.nix + ../../modules/nixos/services + ../../modules/nixos/system/colors.nix ../../modules/nixos/system/console-colors.nix ../../modules/nixos/system/desktop.nix