Compare commits
No commits in common. "3e0d77b66abad44d852ab55d1678fcaec9f149ed" and "896231c0bc97cb0968aa2c3e364b987664842fe3" have entirely different histories.
3e0d77b66a
...
896231c0bc
2 changed files with 1 additions and 10 deletions
1
.envrc
1
.envrc
|
|
@ -1 +0,0 @@
|
||||||
use flake
|
|
||||||
|
|
@ -4,15 +4,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
ignores = [
|
ignores = [ "*~" "*.swp" "result" "dist-newstyle" ];
|
||||||
"*~"
|
|
||||||
"*.swp"
|
|
||||||
"result"
|
|
||||||
"dist-newstyle"
|
|
||||||
".direnv"
|
|
||||||
"*.bak"
|
|
||||||
".pre-commit-config.yaml"
|
|
||||||
];
|
|
||||||
signing = {
|
signing = {
|
||||||
key = "41A6D13FECA21280";
|
key = "41A6D13FECA21280";
|
||||||
signByDefault = false;
|
signByDefault = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue