2024-01-23 11:51:13 -06:00
|
|
|
{inputs, ...}: {
|
|
|
|
imports = with inputs.self.nixosModules; [
|
|
|
|
nix
|
|
|
|
cli
|
|
|
|
dev
|
|
|
|
nvim
|
2024-01-23 16:29:47 -06:00
|
|
|
vpn
|
2024-01-23 11:51:13 -06:00
|
|
|
|
|
|
|
# langs
|
|
|
|
python
|
2024-01-23 15:36:52 -06:00
|
|
|
misc
|
|
|
|
node
|
|
|
|
tex
|
|
|
|
nim
|
2024-01-23 11:51:13 -06:00
|
|
|
];
|
|
|
|
}
|