mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
9 lines
108 B
Nix
9 lines
108 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./shell/core.nix
|
||
|
|
./shell/fish.nix
|
||
|
|
./shell/git.nix
|
||
|
|
./shell/neovim.nix
|
||
|
|
];
|
||
|
|
}
|