| Commit message (Collapse) | Author |
|
This allows us to actually sync symlinks, as most of the unwanted ones
are already ignored. And syncing the `.direnv` gc-roots is not that much
of a problem, because these are re-generated when they point to a
non-existent path.
|
|
|
|
This increases the locality of configurations and makes it easier to
see, what happens, when you enable a module.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|