aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf (unfollow)
Commit message (Collapse)Author
2025-02-02refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
2025-01-30fix(modules/direnv): Migrate to `by-name`Benedikt Peetz
2025-01-30feat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz
2025-01-29build(treewide): UpdateBenedikt Peetz
2025-01-28fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz
2025-01-04fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz
2024-12-30build(treewide): UpdateBenedikt Peetz
This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
2024-12-14fix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵Benedikt Peetz
not redirected Otherwise, the redirected output is hindered with this status message. We could also just print it to stderr every time instead, but that seems to easy.
2024-12-14feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-11-29refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
2024-11-29build(treewide): UpdateBenedikt Peetz
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-16refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-02fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz
2024-11-02style(modules/legacy/conf/nvim): FormatBenedikt Peetz
2024-11-02refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz
2024-11-01fix(modules/legacy/alacitty): Update config to include new subsectionBenedikt Peetz
2024-11-01chore(modules/legacy/taskserver/projects): UpdateBenedikt Peetz
2024-10-31feat(modules/legacy/nvim/plgs/luasnippets): Use the git config valuesBenedikt Peetz
Using hard-coded values could result in desyncs.
2024-10-24refactor(modules/git): Migrate and parameterizeBenedikt Peetz
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-23feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz
2024-10-23fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵Benedikt Peetz
`<S-C-Tab>` mappings They are now possible, as alacritty has gained support for these.
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-18fix(modules/legacy/conf): Remove outdated imports of migrated modulesBenedikt Peetz
2024-10-18refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz
This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module.
2024-10-18refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz
2024-10-18refactor(modules/legacy/conf/zsh): Modernize moduleBenedikt Peetz
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.