aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 1624cc33d675cca82df363830d433705f5076d91 (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-theme { };
}