code style refactor

This commit is contained in:
Frost-Phoenix 2023-11-05 17:56:55 +01:00
parent 5631025ec1
commit 40bb2bfaaa
40 changed files with 73 additions and 86 deletions

View file

@ -1,7 +1,5 @@
{ inputs
, pkgs
, ...
}: {
{ inputs, pkgs, ... }:
{
home.packages =
let
php = pkgs.php.buildEnv { extraConfig = "memory_limit = 2G"; };

View file

@ -5,7 +5,8 @@
requests
];
in {
in
{
environment.systemPackages = [
(pkgs.python3.withPackages my-python-packages)
];