| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
|
|
|
|
|
| |
`<S-C-Tab>` mappings
They are now possible, as alacritty has gained support for these.
|
|
|
|
|
| |
There is now reason, why these variables should only be used when `zsh`
is running.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
This also creates the `imv` and `zathura` module, but the added
configuration should be trivial (especially in the `imv` case.)
|
|
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.
|