oizys/modules/roles/common.nix

12 lines
126 B
Nix

{inputs, ...}: {
imports = with inputs.self.nixosModules; [
nix
cli
dev
nvim
# langs
python
];
}