From b5592de84fc6b60597afbe7e5099689347ec1369 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Tue, 18 Feb 2025 10:53:05 -0800 Subject: [PATCH] meow --- hosts/desktop/home.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index fcf82cd..a9ebb14 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -108,7 +108,6 @@ cloudflared pm2 #productivty - todoist-electron #Gaming lutris wineWowPackages.stable @@ -118,7 +117,6 @@ vulkan-tools prismlauncher # for cmpm17 - binwalk exiftool #for fun cowsay @@ -147,6 +145,13 @@ ] ++ [zls.packages.x86_64-linux.zls]; + programs.atuin = { + enable = true; + enableBashIntegration = true; + enableFishIntegration = true; + daemon.enable = true; + }; + programs.direnv = { enable = true; #enableFishIntegration = true;