m
This commit is contained in:
parent
ccac697b26
commit
658a42659c
5 changed files with 33 additions and 4 deletions
5
home-manager/luna/categories/desktop/common/default.nix
Normal file
5
home-manager/luna/categories/desktop/common/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./fonts.nix
|
||||
];
|
||||
}
|
||||
8
home-manager/luna/categories/desktop/common/fonts.nix
Normal file
8
home-manager/luna/categories/desktop/common/fonts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
(nerd-fonts.override {fonts = ["JetBrains Mono"];})
|
||||
jetbrains-mono
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue