chore: Update to unstable and pass stable packages down to home-manager
This commit is contained in:
parent
a85c016116
commit
49df2ca301
6 changed files with 48 additions and 18 deletions
|
|
@ -64,14 +64,16 @@ in
|
|||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
nerdfonts
|
||||
];
|
||||
packages =
|
||||
with pkgs;
|
||||
[
|
||||
corefonts
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
]
|
||||
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue