mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
ref(nix): learned stuff
This commit is contained in:
parent
e2f4c9121e
commit
ee13650e17
3 changed files with 11 additions and 16 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
programs.starship = let
|
||||
inherit (builtins) readFile;
|
||||
in {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = fromTOML (readFile ./starship.toml);
|
||||
settings = fromTOML (builtins.readFile ./starship.toml);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue