diff --git a/flake-modules/colors.json b/flake-modules/colors.json index 84f79bf..80fc998 100644 --- a/flake-modules/colors.json +++ b/flake-modules/colors.json @@ -11,5 +11,18 @@ "special": "#31feff", "weird": "#baff31" } + }, + "NxACE": { + "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 90592ab..b858eab 100644 --- a/flake-modules/hyper.nix +++ b/flake-modules/hyper.nix @@ -4,7 +4,7 @@ let hyper-base = rec { user = "nx2"; domain = "nx2.site"; home = "/home/${user}"; - webroot = if isServer then "/var/lib/hugo/nx2site/public" else assert false "No webroot on non-servers"; ""; + webroot = "/var/lib/hugo/nx2site/public"; main-pkgs-version = "25.11"; isServer = false; isMobile = false;