init
This commit is contained in:
commit
aae151cee6
33 changed files with 1351 additions and 0 deletions
10
modules/home-manager/shells/default.nix
Executable file
10
modules/home-manager/shells/default.nix
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
{ ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./fish.nix
|
||||
./zellij.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue