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 8caae9e267 modified: hosts/shared/nixos/shared_config.nix
modified:   modules/default.nix
	modified:   modules/desktop/art.nix
	modified:   modules/desktop/games.nix
	modified:   pkgs/default.nix
	deleted:    pkgs/wallpaper-engine.nix
2024-08-26 21:18:49 -07:00

5 lines
No EOL
174 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 { };
}