moved all of my config into this nix flake
This commit is contained in:
11
mods/my-nixpkgs-overlay.nix
Normal file
11
mods/my-nixpkgs-overlay.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
{ pkgs, confDir, inputs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
{
|
||||
localPacketTracer8 = (pkgs.callPackage ../../prebuilt/packetTracer/default.nix {confDir = confDir;});
|
||||
xdg-desktop-portal-termfilechooser = (pkgs.callPackage ../../mods/xdg-desktop-portal-termfilechooser/default.nix {});
|
||||
firefox = inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin;
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user