Adds atuin config
This commit is contained in:
parent
217b7a015e
commit
a5c8090600
4 changed files with 28 additions and 21 deletions
|
|
@ -48,5 +48,4 @@
|
|||
modules = [ ./home/deck.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
imports = [
|
||||
./modules/git
|
||||
./modules/fish
|
||||
./modules/atuin
|
||||
./modules/wezterm
|
||||
./modules/nvim
|
||||
./modules/lazygit
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
imports = [
|
||||
./modules/git
|
||||
./modules/fish
|
||||
./modules/atuin
|
||||
./modules/wezterm
|
||||
./modules/nvim
|
||||
./modules/lazygit
|
||||
|
|
|
|||
6
home/modules/atuin/default.nix
Normal file
6
home/modules/atuin/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue