enable atuin

This commit is contained in:
Cyryl Płotnicki 2023-04-02 20:28:23 +01:00
parent 10a7bbbca1
commit 8c2545ce5b
2 changed files with 4 additions and 7 deletions

View file

@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{ config, pkgs, ... }: {
programs = {
home-manager.enable = true;
@ -15,11 +11,11 @@
gpg = {
enable = true;
settings = {};
settings = { };
};
taskwarrior.enable = true;
fzf.enable = true;
atuin.enable = true;
go.enable = true;
bat.enable = true;
browserpass.enable = true;

View file

@ -1,4 +1,5 @@
{ config, pkgs, ... }: {
programs.atuin.enableZshIntegration = true;
programs.zsh = {
enable = true;
history = {