nerdfonts
This commit is contained in:
parent
2b6e2d1d5d
commit
e75aff55ba
2 changed files with 14 additions and 8 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages =
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
iosevka
|
iosevka
|
||||||
comic-mono
|
comic-mono
|
||||||
];
|
nerdfonts
|
||||||
|
]
|
||||||
|
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerdfonts);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{ config
|
{
|
||||||
, pkgs
|
config,
|
||||||
, inputs
|
pkgs,
|
||||||
, ...
|
inputs,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -125,6 +126,7 @@
|
||||||
seatd
|
seatd
|
||||||
jaq
|
jaq
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
element-desktop
|
||||||
];
|
];
|
||||||
# basic configuration of git, please change to your own
|
# basic configuration of git, please change to your own
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue