Skip to content

Commit

Permalink
Move shell things to separate config
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 2, 2024
1 parent 43c6303 commit 72d671e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/nixos/environment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

environment = {
# Enable shells
shells = with pkgs; [
bash
nushell
zsh
];
# shells = with pkgs; [
# bash
# nushell
# zsh
# ];
pathsToLink = [ "/share/zsh" ];
};
}

0 comments on commit 72d671e

Please sign in to comment.