diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-05 16:58:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-05 16:58:53 -0700 |
| commit | 00de7de23a26e223048badfc017acfd0122cf0f7 (patch) | |
| tree | 52cffc8fbaee27900dd65216600c25b555b8c095 /nix/users | |
| parent | install emacs and aider (diff) | |
| download | infra-00de7de23a26e223048badfc017acfd0122cf0f7.tar.gz | |
a few more tweaks
Diffstat (limited to 'nix/users')
| -rw-r--r-- | nix/users/fcuny/git.nix | 1 | ||||
| -rw-r--r-- | nix/users/fcuny/shell.nix | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/nix/users/fcuny/git.nix b/nix/users/fcuny/git.nix index dbb9dfe..81a9355 100644 --- a/nix/users/fcuny/git.nix +++ b/nix/users/fcuny/git.nix @@ -24,6 +24,7 @@ delta = { enable = true; + options.features = "decorations side-by-side line-numbers"; }; userName = "Franck Cuny"; diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index c022206..b7d0a45 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -91,6 +91,15 @@ in }; }; + programs.starship = { + enable = true; + settings = { + kubernetes.disabled = false; + kubernetes.style = "bold blue"; + nix_shell.disabled = false; + }; + }; + home.sessionVariables = { EDITOR = "code --wait"; LESS = "-FRSXM"; |
