mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 14:13:14 -06:00
13 lines
139 B
Nix
13 lines
139 B
Nix
|
{
|
||
|
inputs,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: {
|
||
|
languages = {
|
||
|
python = true;
|
||
|
};
|
||
|
cli.enable = true;
|
||
|
|
||
|
security.sudo.wheelNeedsPassword = false;
|
||
|
}
|