mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #313 from genebean/atuin_etcher
Add etcher and atuin
This commit is contained in:
commit
bb6a3577c1
2 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ in {
|
|||
"1password-cli"
|
||||
"amethyst"
|
||||
"audacity"
|
||||
"balenaetcher"
|
||||
"boinc"
|
||||
"cakebrew"
|
||||
"elgato-stream-deck"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,14 @@
|
|||
PAGER = "less";
|
||||
};
|
||||
programs = {
|
||||
atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
sync_address = "https://atuin.home.technicalissues.us";
|
||||
filter_mode_shell_up_key_binding = "host"; # or global, host, directory, etc
|
||||
sync_frequency = "15m";
|
||||
};
|
||||
};
|
||||
bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue