Update changed options

This commit is contained in:
Toast 2024-12-10 11:23:35 +01:00
parent 75e75a571e
commit 10f09226eb
2 changed files with 4 additions and 3 deletions

View file

@ -14,8 +14,9 @@
};
# Set up fonts
fonts.packages = [
(pkgs.nerdfonts.override {fonts = ["Hack" "JetBrainsMono"];})
fonts.packages = with pkgs.nerd-fonts; [
hack
jetbrains-mono
];
hardware.keyboard.qmk.enable = true;