Initial commit
This commit is contained in:
16
home/apps/starship.nix
Normal file
16
home/apps/starship.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib, config, pkgs, ...
|
||||
}: let
|
||||
cfg = config.starship;
|
||||
in {
|
||||
options.starship = {};
|
||||
|
||||
config = {
|
||||
home.packages = [
|
||||
pkgs.starship
|
||||
];
|
||||
home.file = {
|
||||
".config/starship.toml".source = ./starship.toml;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user