Add peek
This commit is contained in:
parent
ca9c039575
commit
1b2095eb99
5 changed files with 23 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
theme = import ../../lib/theme { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
# monospace = [];
|
||||
monospace = [ "Terminess Nerd Font" ];
|
||||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.terminess-ttf
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue