refactored
This commit is contained in:
parent
e23e89cd1b
commit
3f4178ad0c
4 changed files with 9 additions and 14 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
i3dotfiles,
|
||||
...
|
||||
}: {
|
||||
{i3dotfiles, ...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = lib.importTOML "${i3dotfiles}/starship.toml";
|
||||
};
|
||||
|
||||
xdg.configFile."starship.toml" = {
|
||||
source = "${i3dotfiles}/starship.toml";
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue