mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
760a016842
remove nixlang dedicated module
13 lines
138 B
Nix
13 lines
138 B
Nix
{ ... }:
|
|
{
|
|
|
|
imports = [
|
|
./haskell.nix
|
|
./kubernetes.nix
|
|
./lua.nix
|
|
./python.nix
|
|
./rust.nix
|
|
./terraform.nix
|
|
];
|
|
}
|