Add console module
This commit is contained in:
parent
f9daee029e
commit
4ac0094a53
2 changed files with 28 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./stylix/default.nix
|
||||
|
||||
./modules/console.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
26
modules/console.nix
Normal file
26
modules/console.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ config, ... }:
|
||||
|
||||
with config.lib.stylix.colors;
|
||||
|
||||
{
|
||||
console = {
|
||||
colors = [
|
||||
base00-hex
|
||||
base08-hex
|
||||
base0B-hex
|
||||
base0A-hex
|
||||
base0D-hex
|
||||
base0E-hex
|
||||
base0C-hex
|
||||
base05-hex
|
||||
base03-hex
|
||||
base08-hex
|
||||
base0B-hex
|
||||
base0A-hex
|
||||
base0D-hex
|
||||
base0E-hex
|
||||
base0C-hex
|
||||
base07-hex
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue