fix(starship): replace toml file with nix

This commit is contained in:
uku 2024-12-25 18:19:37 +01:00
parent 5c1a77b5ec
commit acc6e6e825
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 85 additions and 161 deletions

View file

@ -10,6 +10,6 @@
truncation_symbol = "/";
};
}
// builtins.fromTOML (builtins.readFile ./nerd-font.toml);
// (import ./nerd-font.nix);
};
}