update nu stuff and switch to element

This commit is contained in:
Schrottkatze 2024-01-22 19:40:10 +01:00
parent fa2448315e
commit 4abd25ed63
Signed by: schrottkatze
GPG key ID: DFD0FD205943C14A
2 changed files with 5 additions and 4 deletions

View file

@ -17,6 +17,7 @@ in
cinny-desktop cinny-desktop
signal-desktop signal-desktop
mumble mumble
element-desktop
]; ];
}; };
}; };

View file

@ -17,10 +17,10 @@
package = config.users.defaultUserShell; package = config.users.defaultUserShell;
configFile.source = ../../other/config.nu; configFile.source = ../../other/config.nu;
envFile.source = ../../other/env.nu; envFile.source = ../../other/env.nu;
extraConfig = '' # extraConfig = ''
source ${pkgs.nu_scripts}/share/nu_scripts/modules/nix/nix.nu; # source ${pkgs.nu_scripts}/share/nu_scripts/modules/nix/nix.nu;
use ${pkgs.nu_scripts}/share/nu_scripts/modules/background_task/job.nu; # use ${pkgs.nu_scripts}/share/nu_scripts/modules/background_task/job.nu;
''; # '';
}; };
programs.starship.enableNushellIntegration = true; programs.starship.enableNushellIntegration = true;
programs.carapace.enableNushellIntegration = true; programs.carapace.enableNushellIntegration = true;