added from repo for now
This commit is contained in:
parent
e68f143de6
commit
45676774df
2 changed files with 16 additions and 4 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
i3dotfiles,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
starship
|
||||
];
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = lib.importTOML "${i3dotfiles}/starship.toml";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue