format nix

This commit is contained in:
Osman Faruk Bayram 2024-12-07 16:57:03 +03:00
parent cd91077c86
commit 55553b0b0f
13 changed files with 175 additions and 168 deletions

View file

@ -1,6 +1,9 @@
{ pkgs, lib, config, ... }: {
{
pkgs,
lib,
config,
...
}: {
environment.systemPackages = with pkgs; [
(pkgs.python312.withPackages (ppkgs: [
python312Packages.pip