mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
This commit is contained in:
parent
d8a72b165e
commit
4b4cbcc454
2 changed files with 8 additions and 2 deletions
|
@ -26,6 +26,12 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
set -g fish_greeting
|
||||
'';
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "roxwize";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue