aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 8580f6dc6b3e85b13d61fd1575141232a6dcd961 (plain)
1
2
3
4
5
6
7
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'

{ pkgs ? (import ../nixpkgs.nix) { } }: {
  # example = pkgs.callPackage ./example { };
  sddm-sugar-dark-theme = pkgs.libsForQt5.callPackage ./sddm-sugar-dark { };
}