aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/im (unfollow)
Commit message (Collapse)Author
9 daystreewide: FormatBenedikt Peetz
2025-10-20modules/impermanence: Make it easier do define user directoriesBenedikt Peetz
2025-10-20modules/impermanence: Rename `school` to `documents`Benedikt Peetz
I finished school a while ago.
2025-10-20modules/iamb: Include impermanance configBenedikt Peetz
2025-06-06modules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz
2025-05-16modules: Import external modules in the module that actually need themBenedikt Peetz
2025-05-09modules/impermanence: Remove the Element directoryBenedikt Peetz
I do not use the element desktop client.
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.
2025-01-30fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz
The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host.
2024-12-08feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz
2024-10-24feat(modules/legacy/impermanence): Merge with the system configBenedikt Peetz
Using the home-manager module uses a non-root fuse bindfs, which is obviously slower than simply mounting the directories via bind mounts. Besides, mounting them via the bindfs fuse mount, results in a potential DOS, when this mount processes runs out of open file descriptors (leading to the issue described in the `nix -> lix` commit.)
2024-10-24refactor(modules/impermanence): Move all optional dirs to their modulesBenedikt Peetz
This increases the locality of configurations and makes it easier to see, what happens, when you enable a module.
2024-10-18fix(modules/legacy/conf/zsh): Move ENV-vars to their own modulesBenedikt Peetz
This also creates the `imv` and `zathura` module, but the added configuration should be trivial (especially in the `imv` case.)
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.