| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Storing the secrets in the module that actually needs them, is a cleaner
solution.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
`mbsync` now supports the xdg base directory standard:
`~/.mbsyncrc`
This is no longer configured via a config file:
~/.cups
Both of them have been obsolete, since I activated the `use-xdg` flag in nix:
~/.nix-profile
~/.nix-defexpr
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|