Enable nushell
This commit is contained in:
parent
0f3b3f4c9e
commit
442734289b
5 changed files with 5 additions and 2 deletions
|
|
@ -124,7 +124,7 @@
|
||||||
../../modules/hm/ncspot.nix
|
../../modules/hm/ncspot.nix
|
||||||
../../modules/hm/nix-index.nix
|
../../modules/hm/nix-index.nix
|
||||||
../../modules/hm/noti.nix
|
../../modules/hm/noti.nix
|
||||||
# ../../modules/hm/nushell.nix
|
../../modules/hm/nushell.nix
|
||||||
../../modules/hm/obs-studio.nix
|
../../modules/hm/obs-studio.nix
|
||||||
../../modules/hm/office.nix
|
../../modules/hm/office.nix
|
||||||
../../modules/hm/pass.nix
|
../../modules/hm/pass.nix
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
../../modules/hm/ncspot.nix
|
../../modules/hm/ncspot.nix
|
||||||
../../modules/hm/nix-index.nix
|
../../modules/hm/nix-index.nix
|
||||||
../../modules/hm/noti.nix
|
../../modules/hm/noti.nix
|
||||||
# ../../modules/hm/nushell.nix
|
../../modules/hm/nushell.nix
|
||||||
../../modules/hm/obs-studio.nix
|
../../modules/hm/obs-studio.nix
|
||||||
../../modules/hm/office.nix
|
../../modules/hm/office.nix
|
||||||
../../modules/hm/pass.nix
|
../../modules/hm/pass.nix
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
command_timeout = 1000;
|
command_timeout = 1000;
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
manager = {
|
manager = {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue