From d94d620d2f393e274676a619b8a56f97f0ed7524 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Jun 2025 13:26:37 -0400 Subject: make system config more modular --- hosts/wsl/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/wsl') diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix index 2dc86c4..3c60f14 100644 --- a/hosts/wsl/default.nix +++ b/hosts/wsl/default.nix @@ -18,10 +18,11 @@ # packages environment.systemPackages = with pkgs; [ - (python3.withPackages (ppkgs: with ppkgs; [ - myst-parser - sphinx - ])) + (python3.withPackages (ppkgs: + with ppkgs; [ + myst-parser + sphinx + ])) gnumake texliveFull inputs.self.packages.${system}.arcanist -- cgit v1.2.3-freya