Skip to content

Commit

Permalink
feat!(inputs): update flake-parts nixpkgs-unstable nix-darwin home-ma…
Browse files Browse the repository at this point in the history
…nager nixd
  • Loading branch information
r17x committed Jan 3, 2025
1 parent b1ad5ef commit bc4b463
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 35 deletions.
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions nix/nixosModules/darwin/packages.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# I have been start to use fully in nix at 9-Feb-2022
# and found how to create flake, home-manager, and darwin in nix
# and found how to create flake, home-manager, and darwin in nix
# Here: https://gist.github.com/jmatsushita/5c50ef14b4b96cb24ae5268dab613050

{
Expand Down Expand Up @@ -33,14 +33,10 @@
sf-mono-liga-bin
sf-symbols-font

# name of nerdfonts see {https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/data/fonts/nerdfonts/shas.nix}
(nerdfonts.override {
fonts = [
"JetBrainsMono"
"FiraCode"
"Hack"
"NerdFontsSymbolsOnly"
];
})
# name of nerdfonts see {https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/data/fonts/nerdfonts/shas.nix}
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
nerd-fonts.hack
nerd-fonts.symbols-only
];
}

0 comments on commit bc4b463

Please sign in to comment.