Remove trailing whitespace from all files (nitpick)

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-11 19:58:58 +00:00
commit 8fc712be60
7 changed files with 13 additions and 13 deletions

View file

@ -83,20 +83,20 @@ Edit the `config` section in `flake.nix` to customize your environment:
config = rec {
# Name for your project commands (e.g., myproject-r, myproject-py)
defaultPackageName = "p";
# Enable/disable language support
enabledLanguages = {
julia = false; # Julia with Pluto notebooks
python = false; # Python with uv package manager
r = true; # R with tidyverse and friends
};
# Additional features
enabledPackages = {
gitPlugins = enabledLanguages.r; # R.nvim plugin
devenv = false; # Additional dev environment
};
# Neovim color scheme
theme = rec {
colorscheme = "kanagawa"; # cyberdream, onedark, tokyonight, kanagawa