NixOS Flake configuration primarily designed to make the Steamdeck a more functional and productive Linux machine.
Go to file
jeirmeister a5f747815f fix: resolve environment conflicts and configuration issues
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.
2024-10-30 21:51:16 -07:00
documentation fix(system): recover from failed boot due to filesystem issues 2024-10-30 16:53:48 -07:00
hosts/steamdeck fix(system): recover from failed boot due to filesystem issues 2024-10-30 16:53:48 -07:00
users/jeirmeister fix: resolve environment conflicts and configuration issues 2024-10-30 21:51:16 -07:00
.gitignore refactor: reorganize program configuration structure 2024-10-30 21:31:46 -07:00
.repo-to-text-settings.yaml refactor: reorganize program configuration structure 2024-10-30 21:31:46 -07:00
config.json fix: resolve environment conflicts and configuration issues 2024-10-30 21:51:16 -07:00
config.sh fix: resolve environment conflicts and configuration issues 2024-10-30 21:51:16 -07:00
home.nix refactor: reorganize program configuration structure 2024-10-30 21:31:46 -07:00