From 42685cce350d2ce5c119862af4c96333fc5ff6ea Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 15 Jan 2026 16:09:26 +0100 Subject: [PATCH] fix refactor for north --- flake-modules/colors.json | 13 +++++++++++++ flake-modules/hyper.nix | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/flake-modules/colors.json b/flake-modules/colors.json index 80fc998..94834ec 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -24,5 +24,18 @@ "special": "#8888ff", "weird": "#88ff66" } + }, + "NxNORTH": { + "base": { + "foreground": "#dddddd", + "background": "#111111" + }, + "to_alter": { + "accent": "#ff6666", + "secondary": "#ff8866", + "tertiary": "#ff6688", + "special": "#8888ff", + "weird": "#88ff66" + } } } \ No newline at end of file diff --git a/flake-modules/hyper.nix b/flake-modules/hyper.nix index 2bf7aa5..096d292 100644 --- a/flake-modules/hyper.nix +++ b/flake-modules/hyper.nix @@ -16,7 +16,10 @@ let hyper-base = rec { prime = false; }; }; in host: if host == "NxNORTH" then hyper-base // { inherit host; - nvidia.enable = true; + nvidia = { + enable = true; + prime = false; + }; isPersonal = true; isWorkstation = true; } else if host == "NxXPS" then hyper-base // { inherit host;