call our custom packages

This commit is contained in:
♥ Minnie ♥ 2023-07-23 08:28:04 +08:00
parent 4632614919
commit 1cfdf34765

View file

@ -2,5 +2,6 @@
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
{ pkgs ? (import ../nixpkgs.nix) { } }: {
# example = pkgs.callPackage ./example { };
xmobar = pkgs.callPackage ./xmobar-config { };
xmonad = pkgs.callPackage ./xmonad-config { };
}