reorganized shell configs
This commit is contained in:
parent
4b7ee7e380
commit
49f4fa3a5c
7 changed files with 24 additions and 3 deletions
11
users/willifan/common/shell/default.nix
Normal file
11
users/willifan/common/shell/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue