Update changed options
This commit is contained in:
parent
75e75a571e
commit
10f09226eb
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue