Compare commits
3 Commits
eaa86ca1f2
...
5658ffc15d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5658ffc15d | |||
| cd700ca5b5 | |||
| bfbbf7d9fa |
@@ -8,4 +8,9 @@
|
||||
dates = "weekly";
|
||||
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
|
||||
home-manager
|
||||
mosh
|
||||
python312Packages.ipython
|
||||
ripgrep
|
||||
tmux
|
||||
zsh
|
||||
|
||||
@@ -359,11 +359,6 @@
|
||||
|
||||
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;
|
||||
|
||||
nixvim = {
|
||||
|
||||
Reference in New Issue
Block a user