mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add global .gitignore with common ignored files
This commit is contained in:
parent
162d87466b
commit
ca40cf8ef4
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".gitignore".text = ''
|
||||||
|
result
|
||||||
|
.direnv/
|
||||||
|
'';
|
||||||
|
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue