Start the process of switching to nixpkgs-unstable
This commit is contained in:
parent
346d1b78d9
commit
a81103f78e
19 changed files with 512 additions and 438 deletions
modules/nixos
|
@ -2,5 +2,4 @@
|
|||
|
||||
{
|
||||
# example = import ./example.nix;
|
||||
font-compat = import ./font-compat.nix;
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ lib, config, ... }: {
|
||||
options.fonts.packages = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.package;
|
||||
};
|
||||
|
||||
config.fonts.fonts = config.fonts.packages;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue