init repo

This commit is contained in:
System administrator 2024-12-25 10:59:37 +08:00
commit 9a525dadfc
39 changed files with 2709 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ config, ... }:
{
programs.starship = {
enable = true;
# settings =
# let
# config-file = builtins.readFile ./config.toml;
# in
# builtins.fromTOML config-file;
};
xdg.configFile."starship.toml".source = config.lib.file.mkOutOfStoreSymlink ./config.toml;
}