users/foo-dogsquared/programs/shell: add nushell

This commit is contained in:
Gabriel Arazas 2025-01-15 14:21:18 +08:00
parent 695ceb8bfe
commit 91331bcb3c
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -24,6 +24,15 @@ in
];
};
programs.nushell = {
enable = true;
plugins = with pkgs.nushellPlugins; [
dbus
query
skim
];
};
programs.atuin = {
enable = true;
settings = {