First cut at making it usable from flakes

This commit is contained in:
Marien Zwart 2024-04-06 22:48:59 +11:00
parent 016e4a712f
commit dbeda09006
No known key found for this signature in database

View file

@ -32,6 +32,7 @@
packages.doom-minimal = pkgs.callPackage ./doom.nix common;
packages.doom-full = pkgs.callPackage ./doom.nix (common // { full = true; });
packages.doom-example = pkgs.callPackage ./doom.nix (common // { doomDir = ./example; });
packages.doomEmacs = args: pkgs.callPackage ./doom.nix args;
};
};
}