Merge pull request #313 from genebean/atuin_etcher

Add etcher and atuin
This commit is contained in:
Gene Liverman 2023-11-14 13:16:49 -05:00 committed by GitHub
commit bb6a3577c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -52,6 +52,7 @@ in {
"1password-cli" "1password-cli"
"amethyst" "amethyst"
"audacity" "audacity"
"balenaetcher"
"boinc" "boinc"
"cakebrew" "cakebrew"
"elgato-stream-deck" "elgato-stream-deck"

View file

@ -28,6 +28,14 @@
PAGER = "less"; PAGER = "less";
}; };
programs = { 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 = { bat = {
enable = true; enable = true;
config = { config = {