| 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.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
The unstable version is missing an lua dependency
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This change allows to me to faster add new nixpkgs versions.
|
|
|
|
|
|
| |
The flake output `legacyPackages` is not actually “legacy”, it's just
nested. Thus, the output exporting the overlayed `pkgs` should be named
`legacyPackages`.
|
|
|
|
|
| |
That makes it possible to use plain `nixpkgs-unstable` for the whole
system, whilst still using my unmerged modules and packages.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
These are:
- grades (only last references)
- video_pause
- lf_rename
|
| |
|
|
|
|
|
| |
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
NixNeovim was forked from this, but never really took of. So I'm
switching to nixVim, as I hope for better results.
|
| |
|