mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 21:34:38 -05:00
refactor: replaced all with with builtins.attrValues
This commit is contained in:
parent
f87d465a2c
commit
b08a7694a5
12 changed files with 236 additions and 153 deletions
|
@ -1,9 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
fontconfig.defaultFonts.emoji = ["Noto Fonts Color Emoji"];
|
||||
packages = with pkgs; [
|
||||
noto-fonts-color-emoji
|
||||
open-dyslexic
|
||||
];
|
||||
packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
noto-fonts-color-emoji
|
||||
open-dyslexic
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue