shell: working nushell

This commit is contained in:
Charlie Root 2024-09-09 21:33:14 +02:00
commit 9cd3e455ce
3 changed files with 6 additions and 27 deletions

View file

@ -20,17 +20,15 @@ in {
config = mkIf cfg.enable {
programs.fish.enable = true;
users.users.${username}.shell = pkgs.fish;
# users.users.${username}.shell = pkgs.fish;
environment = {
shells = [pkgs.fish];
pathsToLink = ["/share/fish"];
# shells = [pkgs.fish];
# pathsToLink = ["/share/fish"];
};
home-manager.users.${username} = {
programs = {
zoxide.enable = true;
zoxide.enableFishIntegration = true;
fish = {
enable = true;
interactiveShellInit = "set fish_greeting";