From 91331bcb3c5f4d305adeac285ecd1db8556fb98c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 15 Jan 2025 14:21:18 +0800 Subject: [PATCH] users/foo-dogsquared/programs/shell: add nushell --- .../foo-dogsquared/modules/programs/shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configs/home-manager/foo-dogsquared/modules/programs/shell.nix b/configs/home-manager/foo-dogsquared/modules/programs/shell.nix index ef1ef769..4df3b737 100644 --- a/configs/home-manager/foo-dogsquared/modules/programs/shell.nix +++ b/configs/home-manager/foo-dogsquared/modules/programs/shell.nix @@ -24,6 +24,15 @@ in ]; }; + programs.nushell = { + enable = true; + plugins = with pkgs.nushellPlugins; [ + dbus + query + skim + ]; + }; + programs.atuin = { enable = true; settings = {