Centralize overlay path specification

This commit is contained in:
Spotlight 2024-05-27 21:23:51 -04:00
parent cca0dd227f
commit a3848d5d18
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
4 changed files with 36 additions and 37 deletions

View file

@ -1,9 +1,6 @@
{ config, lib, pkgs, ... }:
{
# Custom packages.
nixpkgs.overlays = [ (import ../pkgs/default.nix) ];
# Commonly used packages.
home.packages = with pkgs; [
binwalk