mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
10 lines
157 B
Nix
10 lines
157 B
Nix
{
|
|
programs.foot = {
|
|
enable = true;
|
|
settings = {
|
|
main = {
|
|
include = "/home/crow/.config/foot/dank-colors.ini";
|
|
};
|
|
};
|
|
};
|
|
}
|