Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Dec 9, 2024
1 parent 74316f8 commit 046c22f
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 31 deletions.
119 changes: 91 additions & 28 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
inputs.emacs-overlay.overlay
inputs.fenix.overlays.default
inputs.purescript-overlay.overlays.default
inputs.nur.overlay
inputs.nur.overlays.default
];
}
inputs.solaar.nixosModules.default
Expand Down
2 changes: 1 addition & 1 deletion machines/acer/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
];

fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" ]; })
nerd-fonts.hack
noto-fonts
noto-fonts-color-emoji
noto-fonts-monochrome-emoji
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
(callPackage ./nerd-font-patch.nix { } iosevka-term)
(callPackage ./nerd-font-patch.nix { } iosevka-normal)
(callPackage ./nerd-font-patch.nix { } iosevka-quasi-proportional)
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
nerd-fonts.symbols-only
noto-fonts
noto-fonts-color-emoji
symbola
Expand Down

0 comments on commit 046c22f

Please sign in to comment.