feat: add common shell import
This commit is contained in:
parent
4c27366219
commit
658ef9afdb
1 changed files with 7 additions and 0 deletions
7
users/profiles/shells/common.nix
Normal file
7
users/profiles/shells/common.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./bash.nix
|
||||
./fish.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue