Centralize overlay path specification
This commit is contained in:
parent
cca0dd227f
commit
a3848d5d18
4 changed files with 36 additions and 37 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Custom packages.
|
||||
nixpkgs.overlays = [ (import ../pkgs/default.nix) ];
|
||||
|
||||
# Commonly used packages.
|
||||
home.packages = with pkgs; [
|
||||
binwalk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue