mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
13 lines
157 B
Nix
13 lines
157 B
Nix
{ config, pkgs, lib, ... }: {
|
|
|
|
imports = [
|
|
./haskell.nix
|
|
./kubernetes.nix
|
|
./lua.nix
|
|
./nix.nix
|
|
./python.nix
|
|
./terraform.nix
|
|
];
|
|
|
|
}
|