refactored

This commit is contained in:
alsaiduq-lab 2025-07-01 10:28:17 -06:00
parent e23e89cd1b
commit 3f4178ad0c
4 changed files with 9 additions and 14 deletions

View file

@ -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;
};
}