Compare commits
3 Commits
eaa86ca1f2
...
5658ffc15d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5658ffc15d | |||
| cd700ca5b5 | |||
| bfbbf7d9fa |
@@ -8,4 +8,9 @@
|
|||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: this should be a secret, maybe
|
||||||
|
nix.extraOptions = ''
|
||||||
|
access-tokens = github.com=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
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
git
|
git
|
||||||
home-manager
|
home-manager
|
||||||
mosh
|
mosh
|
||||||
|
python312Packages.ipython
|
||||||
ripgrep
|
ripgrep
|
||||||
tmux
|
tmux
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
@@ -359,11 +359,6 @@
|
|||||||
|
|
||||||
lesspipe.enable = false;
|
lesspipe.enable = false;
|
||||||
|
|
||||||
# TODO: this should be a secret, maybe
|
|
||||||
nix.extraOptions = ''
|
|
||||||
access-tokens = github.com=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
|
|
||||||
'';
|
|
||||||
|
|
||||||
nix-index-database.comma.enable = true;
|
nix-index-database.comma.enable = true;
|
||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
|
|||||||
Reference in New Issue
Block a user