mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
style(nix): flatten attrsets
This commit is contained in:
parent
b08f2ad622
commit
307cedac44
5 changed files with 36 additions and 42 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{...}: {
|
||||
programs = let
|
||||
programs.starship = let
|
||||
inherit (builtins) readFile;
|
||||
in {
|
||||
starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = fromTOML (readFile ./starship.toml);
|
||||
};
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = fromTOML (readFile ./starship.toml);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue