init: public
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Custom packages, that can be defined similarly to ones from nixpkgs
|
||||
# You can build them using 'nix build .#example'
|
||||
pkgs: {
|
||||
# example = pkgs.callPackage ./example { };
|
||||
}
|
||||
pkgs:
|
||||
let
|
||||
packages = [
|
||||
"win11-icon-theme"
|
||||
"mono-gtk-theme"
|
||||
"fcitx5-themes"
|
||||
"fcitx5-lightly"
|
||||
"fluent-fcitx5"
|
||||
"wps-office-fonts"
|
||||
"translate-shell"
|
||||
];
|
||||
in
|
||||
pkgs.lib.genAttrs packages (package: pkgs.callPackage ./${package}.nix { })
|
||||
|
||||
Reference in New Issue
Block a user