Added atuin
parent
95830e744f
commit
0a08e8294d
|
@ -9,6 +9,7 @@
|
|||
../programs/sway
|
||||
../programs/alacritty.nix
|
||||
../programs/dconf.nix
|
||||
../programs/atuin.nix
|
||||
../programs/zsh.nix
|
||||
../programs/git.nix
|
||||
../programs/hyfetch.nix
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
auto_sync = true;
|
||||
dialect = "uk";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue