Seven Of Aces
8caae9e267
modified: modules/default.nix modified: modules/desktop/art.nix modified: modules/desktop/games.nix modified: pkgs/default.nix deleted: pkgs/wallpaper-engine.nix
5 lines
No EOL
174 B
Nix
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 { };
|
|
} |