nixos/pkgs/default.nix

7 lines
243 B
Nix
Raw Permalink Normal View History

2024-05-09 12:03:13 +01:00
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
2024-05-11 13:49:12 +01:00
sddm-theme = pkgs.callPackage ./sddm-theme { };
wallpaper_changer = pkgs.callPackage ./wallpaper-changer { };
2024-05-09 12:03:13 +01:00
}