| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | man colors should work with this bat theme | Devin Finlinson | 2024-04-06 |
| | | |||
| * | bat theme breaks manpager colors | Devin Finlinson | 2024-03-28 |
| | | |||
| * | typo | Devin Finlinson | 2024-03-09 |
| | | |||
| * | source change | Devin Finlinson | 2024-03-09 |
| | | |||
| * | i finally fixed the inputs issue: when passing inputs as inputs instead of ↵ | Devin Finlinson | 2024-01-19 |
| | | | | | input-name, you must call inputs.input-name | ||
| * | added bat config, changed broken theme sourcing from ryan4yin source | Devin Finlinson | 2023-12-03 |
| config to functional one for future reference, the issue raised this error: error: A definition for option `home-manager.users.defin.programs.bat.themes.catppuccin-mocha' is not of type `strings concatenated with "\n"'. the issue was that nix seemingly cannot turn an array {} into a string, and the config option required a string. Comparing against other imported themes, I found the readFile command, which has documentation specifying that it returns file contents as string, so I simply used that solution. | |||
