mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
fix: nix Maple Fonts
This commit is contained in:
parent
9605a62e9c
commit
e2209cea57
12 changed files with 96 additions and 46 deletions
|
|
@ -1,8 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
uv
|
||||
ruff
|
||||
];
|
||||
home.sessionVariables = {
|
||||
PYTHON_HISTORY = "${config.xdg.dataHome}/python/history";
|
||||
};
|
||||
programs.vscode.profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
ms-python.python
|
||||
ms-python.debugpy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue