Skip to content

Commit

Permalink
Update flake.lock (#291)
Browse files Browse the repository at this point in the history
I had to update some deprecated options too.
  • Loading branch information
francishamel authored Jun 17, 2024
1 parent 56156a3 commit 85a36a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

9 changes: 3 additions & 6 deletions nixos/darwin/fonts.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{ pkgs, ... }:

{
fonts = {
fontDir.enable = true;
fonts = [
(pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; })
];
};
fonts.packages = [
(pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; })
];
}

0 comments on commit 85a36a7

Please sign in to comment.