forked from dea/dea-files
cerulean
This commit is contained in:
parent
ac95603fc4
commit
f7de9f7a23
42 changed files with 1061 additions and 445 deletions
8
homes/modules/starship/default.nix
Normal file
8
homes/modules/starship/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings =
|
||||
builtins.readFile ./starship.toml
|
||||
|> builtins.fromTOML;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue