1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 03:39:32 +00:00
This commit is contained in:
Rae 5e 2024-12-23 14:54:10 -05:00
parent d8a72b165e
commit 4b4cbcc454
2 changed files with 8 additions and 2 deletions

View file

@ -26,6 +26,12 @@
};
programs = {
fish = {
enable = true;
shellInit = ''
set -g fish_greeting
'';
};
git = {
enable = true;
userName = "roxwize";