docs: Overhaul all the documentation
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
# ============================================================================
|
||||
# Python Environment
|
||||
# ============================================================================
|
||||
# This module provides Python development tools. It installs 'pixi' and 'uv'
|
||||
# for project-based dependency management, rather than installing global
|
||||
# Python packages which can lead to conflicts.
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user