diff --git a/pkgs/default.nix b/pkgs/default.nix index 8c5e910..80b8da3 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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 { }; }