diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 044bd31..b9d7f9f 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -123,6 +123,13 @@ #xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop"; # xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";}; + programs.atuin = { + enable = true; + enableBashIntegration = true; + enableFishIntegration = true; + daemon.enable = true; + }; + programs.fish = { enable = true;