From 83701ad64ab8bfafc5528b5e5dd52e677f51f850 Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 11 Feb 2025 12:38:42 -0800 Subject: [PATCH] added atuin --- hosts/laptop/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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;