forked from jan-leila/nix-config
installed fonts
This commit is contained in:
parent
d128b54a05
commit
060e6ef037
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
osConfig,
|
||||
...
|
||||
|
@ -82,5 +83,12 @@
|
|||
# EDITOR = "emacs";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: move this into a fonts module
|
||||
home.packages = with pkgs; [
|
||||
aileron
|
||||
nerd-fonts.open-dyslexic
|
||||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,8 +67,6 @@ in {
|
|||
|
||||
home.packages = (
|
||||
(with pkgs; [
|
||||
aileron
|
||||
|
||||
proxmark3
|
||||
])
|
||||
++ (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue