2023-06-11 23:09:59 +02:00
|
|
|
{ inputs', config', config, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../common/nixpkgs.nix
|
|
|
|
];
|
|
|
|
|
|
|
|
nixpkgs.overlays =
|
|
|
|
(with config'.flake.overlays; [
|
|
|
|
udp-over-tcp
|
|
|
|
emacsclient-remote
|
|
|
|
magic-screenshot
|
|
|
|
emacs-rofi
|
|
|
|
tree-sitter-grammars
|
|
|
|
emacs-master-nativecomp
|
2023-10-07 22:50:25 +02:00
|
|
|
rolling_datasets
|
2023-10-07 22:45:51 +02:00
|
|
|
virtiofsd-zfs
|
2023-10-16 14:57:43 +02:00
|
|
|
ledger-compat
|
2024-03-02 21:54:46 +01:00
|
|
|
ifstate
|
2024-02-11 01:07:59 +01:00
|
|
|
thingiverse-downloader
|
2023-06-11 23:09:59 +02:00
|
|
|
])
|
|
|
|
++
|
|
|
|
(with inputs'.nixng.overlays; [
|
|
|
|
default
|
2023-11-03 20:23:05 +01:00
|
|
|
]);
|
2023-06-11 23:09:59 +02:00
|
|
|
}
|