Enable nushell

This commit is contained in:
Filippo Berto 2024-11-03 11:22:27 +01:00
parent 0f3b3f4c9e
commit 442734289b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 5 additions and 2 deletions

View file

@ -124,7 +124,7 @@
../../modules/hm/ncspot.nix
../../modules/hm/nix-index.nix
../../modules/hm/noti.nix
# ../../modules/hm/nushell.nix
../../modules/hm/nushell.nix
../../modules/hm/obs-studio.nix
../../modules/hm/office.nix
../../modules/hm/pass.nix

View file

@ -117,7 +117,7 @@
../../modules/hm/ncspot.nix
../../modules/hm/nix-index.nix
../../modules/hm/noti.nix
# ../../modules/hm/nushell.nix
../../modules/hm/nushell.nix
../../modules/hm/obs-studio.nix
../../modules/hm/office.nix
../../modules/hm/pass.nix

View file

@ -2,6 +2,7 @@
programs.starship = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
settings = {
command_timeout = 1000;

View file

@ -14,6 +14,7 @@
programs.yazi = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
settings = {
manager = {

View file

@ -2,6 +2,7 @@
programs.zoxide = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}