| Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some
changes are necessary to get it working with nixos. Alternatives
(although both similarly discontinued):
- the original snap-sync [https://github.com/qubidt/snap-sync]
-> Is effectively snap-sync-forced but without 50+ commits
- 'dsnap-sync' [https://github.com/rzerres/dsnap-sync]
-> Was forked long ago, now abandoned. Is rewritten in dash with
lots of extra features, but sort of breaks even worse on nixos.
|
|
|