mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: create starship configuration
This commit is contained in:
parent
ffb1d41d8c
commit
79129d60ea
5 changed files with 71 additions and 5 deletions
|
@ -69,7 +69,7 @@ in {
|
|||
system = {
|
||||
extraSystemBuilderCmds = ''
|
||||
ln -sv ${pkgs.path} $out/nixpkgs
|
||||
ln -sv ${../nix/overlays} $out/overlays
|
||||
ln -sv ${../../nix/overlays} $out/overlays
|
||||
'';
|
||||
|
||||
stateVersion = "22.11";
|
||||
|
|
|
@ -2,6 +2,7 @@ let
|
|||
issue_text = ''
|
||||
\d \t
|
||||
This is \e{cyan}\n\e{reset} [\e{lightblue}\l\e{reset}] (\s \m \r)
|
||||
|
||||
'';
|
||||
in {
|
||||
environment.etc."issue".text = issue_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue