CrOS/home/crow/common/core/terminal.nix
TheWanderingCrow d3622881ea Dankify linux
2025-12-31 11:39:43 -05:00

10 lines
157 B
Nix

{
programs.foot = {
enable = true;
settings = {
main = {
include = "/home/crow/.config/foot/dank-colors.ini";
};
};
};
}