home/starship: remove ifd
This commit is contained in:
parent
d1e28a69d7
commit
18daffc71b
1 changed files with 5 additions and 7 deletions
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
# FIXME: IFD
|
||||
settings = lib.importTOML "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
"STARSHIP_CONFIG" = "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue