organization on joe, todo gpdpocket3
This commit is contained in:
parent
78f5fe4841
commit
dc9fbdefe2
12 changed files with 219 additions and 148 deletions
7
systems/_common/components/font_jetbrainsmono.nix
Normal file
7
systems/_common/components/font_jetbrainsmono.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue