system: set custom console tty colors from catppuccin-frappe

This commit is contained in:
Aly Raffauf 2024-04-24 07:57:36 -04:00
parent 876ca1b56c
commit d302a38eb1

View file

@ -8,6 +8,28 @@
alyraffauf.system.power-profiles-daemon.enable = lib.mkDefault true; alyraffauf.system.power-profiles-daemon.enable = lib.mkDefault true;
console = {
colors = [
"303446"
"e78284"
"a6d189"
"e5c890"
"8caaee"
"f4b8e4"
"81c8be"
"b5bfe2"
"626880"
"303446"
"e78284"
"a6d189"
"e5c890"
"8caaee"
"f4b8e4"
"81c8be"
"a5adce"
];
};
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";
i18n = { i18n = {