refactor: organize shell settings
This commit is contained in:
parent
13cc00b3bb
commit
fad29f1c13
7 changed files with 15 additions and 7 deletions
7
users/profiles/shells/all.nix
Normal file
7
users/profiles/shells/all.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