enable atuin
This commit is contained in:
parent
10a7bbbca1
commit
8c2545ce5b
2 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
programs.atuin.enableZshIntegration = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
history = {
|
||||
|
|
Loading…
Reference in a new issue