aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/python/default.nix (unfollow)
Commit message (Collapse)Author
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-21fix(modules/*): Set all xdg-basedir env vars independently of active shellBenedikt Peetz
There is now reason, why these variables should only be used when `zsh` is running.
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-05-09fix(hm/conf/python): Correctly tell python to use a history fileBenedikt Peetz
2023-10-08fix(hm/conf/python): Set the sessionVariables in zsh contextSoispha
2023-10-08fix(hm/conf/python): Move python history file to a persistent locationSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-01Refactor(treewide): Move module configuration in separate filesSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-02-17Feat(home-manager): Move configs in their own directoryene
2023-02-12Feat(home-manager): Add python xdg-settingsene