modules/home/common/desktop: download iosevka only
This commit is contained in:
parent
9348b82355
commit
f4178008e6
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@
|
||||||
config = lib.mkIf config.common.desktop.enable {
|
config = lib.mkIf config.common.desktop.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
inputs'.settei.packages.wezterm
|
inputs'.settei.packages.wezterm
|
||||||
nerdfonts
|
(inputs'.nixpkgs.legacyPackages.nerdfonts.override {
|
||||||
|
fonts = [
|
||||||
|
"Iosevka"
|
||||||
|
"IosevkaTerm"
|
||||||
|
];
|
||||||
|
})
|
||||||
fontconfig
|
fontconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue