1
1
Fork 1
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:
oddlama 2022-12-16 18:21:41 +01:00
parent ffb1d41d8c
commit 79129d60ea
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 71 additions and 5 deletions

View file

@ -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";

View file

@ -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;