bump
This commit is contained in:
parent
1c8250e0ba
commit
4fbbfbf769
3 changed files with 23 additions and 23 deletions
|
|
@ -145,11 +145,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# starship = {
|
||||
# enable = true;
|
||||
# enableNushellIntegration = true;
|
||||
# settings = builtins.fromTOML (builtins.readFile ./starship.toml);
|
||||
# };
|
||||
starship = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
|
||||
};
|
||||
|
||||
taskwarrior = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
language = [
|
||||
{
|
||||
name = "typst";
|
||||
text-width = "100";
|
||||
text-width = 100;
|
||||
}
|
||||
{
|
||||
name = "sql";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue