This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/pkgs/default.nix
Seven Of Aces cd0d3f8bf2 modified: hosts/shared/nixos/shared_config.nix
modified:   pkgs/default.nix
	deleted:    pkgs/wallpaper-engine.nix
2024-08-25 13:34:50 -07:00

6 lines
No EOL
240 B
Nix

# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };;
wallpaper_engine = pkgs.callPackage ./wallpaper-engine.nix {};
}