mf ace
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user