console colors

This commit is contained in:
Rouven Seifert 2023-01-28 15:26:54 +01:00
parent be6057ebf0
commit c8c4be8737
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -24,6 +24,25 @@
console = { console = {
keyMap = "dvorak"; keyMap = "dvorak";
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";
colors = [
# hardcoded dracula since nix-colors only provides a home manager module
"282936"
"3a3c4e"
"4d4f68"
"626483"
"62d6e8"
"e9e9f4"
"f1f2f8"
"f7f7fb"
"ea51b2"
"b45bcf"
"00f769"
"ebff87"
"a1efe4"
"62d6e8"
"b45bcf"
"00f769"
];
}; };
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [