NixOS Flake configuration primarily designed to make the Steamdeck a more functional and productive Linux machine.
jeirmeister
a5f747815f
Python Environment: - Update Python package references to use top-level packages - Move pipenv and poetry from python3Packages to global packages - Fix environment variable conflicts between Python and Rust Rust Configuration: - Remove cargo package to prevent collision with rustup - Keep cargo-related utility packages - Move PATH modifications to shell initialization Shell Configuration: - Move PATH modifications from sessionVariables to zsh.initExtra - Fix PATH order for language tools using shell initialization - Ensure proper loading order for development tools Terminal Configuration: - Replace kitty theme configuration with direct color settings - Implement Dracula color scheme directly in kitty settings - Remove external theme file dependency This commit resolves various dependency conflicts and improves the reliability of language-specific environment configurations while maintaining functionality across all development tools. |
||
---|---|---|
documentation | ||
hosts/steamdeck | ||
users/jeirmeister | ||
.gitignore | ||
.repo-to-text-settings.yaml | ||
config.json | ||
config.sh | ||
home.nix |