BREAKING-CHANGE: changed nixpkgs to stable 24.11 + structure change + fmt

This commit is contained in:
2024-12-31 16:18:38 +01:00
parent 8d0f158b98
commit e0d676b63d
81 changed files with 1250 additions and 1143 deletions

View File

@@ -0,0 +1,41 @@
{
programs.foot = {
enable = true;
settings = {
main = {
pad = "5x0";
dpi-aware = "yes";
};
mouse = {
hide-when-typing = "yes";
};
tweak = {
font-monospace-warn = "no";
};
colors = {
foreground = "cdd6f4";
background = "1e1e2e";
regular0 = "1e1e2e"; # black
regular1 = "f38ba8"; # red
regular2 = "a6e3a1"; # green
regular3 = "f9e2af"; # yellow
regular4 = "89b4fa"; # blue
regular5 = "cba6f7"; # magenta
regular6 = "94e2d5"; # cyan
regular7 = "cdd6f4"; # white
bright0 = "45475a"; # bright black
bright1 = "f38ba8"; # bright red
bright2 = "a6e3a1"; # bright green
bright3 = "f9e2af"; # bright yellow
bright4 = "89b4fa"; # bright blue
bright5 = "cba6f7"; # bright magenta
bright6 = "94e2d5"; # bright cyan
bright7 = "b4befe"; # bright white
};
};
};
}