added atuin
This commit is contained in:
parent
452fe1c18b
commit
83701ad64a
1 changed files with 7 additions and 0 deletions
|
@ -123,6 +123,13 @@
|
||||||
#xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
|
#xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
|
||||||
# xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";};
|
# xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";};
|
||||||
|
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue