feat(shells): add ion shell
This commit is contained in:
parent
78882102b9
commit
969e644e74
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./bash.nix
|
||||
./fish.nix
|
||||
./ion.nix
|
||||
# ./nushell.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
|
11
users/profiles/shells/ion.nix
Normal file
11
users/profiles/shells/ion.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }: {
|
||||
imports = [ ./common.nix ];
|
||||
|
||||
programs = {
|
||||
ion = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
starship.enableIonIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue