formatting, big time
This commit is contained in:
parent
38d96c9f52
commit
509320c115
64 changed files with 1293 additions and 990 deletions
|
@ -1,13 +1,10 @@
|
|||
{config, ...}: let
|
||||
generateOptions = with builtins; (
|
||||
opts:
|
||||
toString (
|
||||
attrValues (
|
||||
mapAttrs (name: value: "--${name} ${toString value}") opts
|
||||
)
|
||||
)
|
||||
);
|
||||
in {
|
||||
{ config, ... }:
|
||||
let
|
||||
generateOptions =
|
||||
with builtins;
|
||||
(opts: toString (attrValues (mapAttrs (name: value: "--${name} ${toString value}") opts)));
|
||||
in
|
||||
{
|
||||
# TODO: global colorscheme vars for everything
|
||||
console.colors = [
|
||||
"282828"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue