mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add packages for overlays
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
d53e3072f0
commit
04c43d9ed5
24
flake.nix
24
flake.nix
|
@ -125,6 +125,30 @@
|
|||
|
||||
perSystem = { system, pkgs, ... }:
|
||||
{
|
||||
packages =
|
||||
let
|
||||
inherit (lib)
|
||||
attrValues;
|
||||
pkgs' = pkgs.appendOverlays (attrValues config.flake.overlays);
|
||||
in
|
||||
{
|
||||
inherit (pkgs')
|
||||
emacsclient-remote
|
||||
emacs-master-nativecomp
|
||||
emacs-rofi
|
||||
getmail6
|
||||
magic-screenshot
|
||||
maildrop
|
||||
zfs-relmount
|
||||
bootloadHID
|
||||
ds3os
|
||||
ical2org
|
||||
terraform-provider-influxdb-v2
|
||||
terrafrom-provider-vault
|
||||
tree-sitter-grammars
|
||||
udp-over-tcp;
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue