Changed so many things I don't even remember
This commit is contained in:
parent
e1f6679248
commit
dd2c06dba5
6 changed files with 59 additions and 19 deletions
22
hosts/common/console.nix
Normal file
22
hosts/common/console.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ specialArgs, inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
console.colors = [
|
||||
"002b36"
|
||||
"dc322f"
|
||||
"859900"
|
||||
"b58900"
|
||||
"268bd2"
|
||||
"d33682"
|
||||
"2aa198"
|
||||
"eee8d5"
|
||||
"002b36"
|
||||
"cb4b16"
|
||||
"586e75"
|
||||
"657b83"
|
||||
"839496"
|
||||
"6c71c4"
|
||||
"93a1a1"
|
||||
"fdf6e3"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue