1
Fork 0

Start the process of switching to nixpkgs-unstable

This commit is contained in:
Matei Adriel 2023-09-28 03:13:35 +03:00
parent 346d1b78d9
commit a81103f78e
No known key found for this signature in database
19 changed files with 512 additions and 438 deletions

View file

@ -2,5 +2,4 @@
{
# example = import ./example.nix;
font-compat = import ./font-compat.nix;
}

View file

@ -1,7 +0,0 @@
{ lib, config, ... }: {
options.fonts.packages = lib.mkOption {
type = lib.types.listOf lib.types.package;
};
config.fonts.fonts = config.fonts.packages;
}