ref(nix): formatted with nixfmt-rfc-style

This commit is contained in:
Léana 江 2024-03-30 21:08:07 +01:00 committed by Léana 江
parent 36a2265325
commit 23404db605
40 changed files with 574 additions and 474 deletions

View file

@ -3,7 +3,8 @@
myPkgs,
wired,
...
}: {
}:
{
home.pointerCursor = {
x11.enable = true;
gtk.enable = true;
@ -14,7 +15,13 @@
home.packages = with pkgs; [
# fonts
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
(nerdfonts.override {
fonts = [
"CascadiaCode"
"JetBrainsMono"
"Meslo"
];
})
lmodern
noto-fonts
noto-fonts-lgc-plus