oizys/modules/profiles/common.nix
2024-01-23 11:51:13 -06:00

12 lines
126 B
Nix

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