call our custom packages
This commit is contained in:
parent
4632614919
commit
1cfdf34765
|
@ -2,5 +2,6 @@
|
||||||
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||||
|
|
||||||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||||
# example = pkgs.callPackage ./example { };
|
xmobar = pkgs.callPackage ./xmobar-config { };
|
||||||
|
xmonad = pkgs.callPackage ./xmonad-config { };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue