feat: enable atuin
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
29b10aee99
commit
85f673d099
2 changed files with 8 additions and 0 deletions
7
home/lander/features/cli/atuin.nix
Normal file
7
home/lander/features/cli/atuin.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./git
|
./git
|
||||||
|
|
||||||
|
./atuin.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue