shell: working nushell
This commit is contained in:
parent
962683b398
commit
9cd3e455ce
3 changed files with 6 additions and 27 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue