feat: various nixos fixes and improvements
bluetooth: trying to disable handsfree mode (wip) fonts: conform to new font pkg naming
This commit is contained in:
parent
da68374b71
commit
05e141db88
4 changed files with 54 additions and 36 deletions
|
@ -1,32 +1,27 @@
|
|||
{pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
helvetica-neue-lt-std
|
||||
aileron
|
||||
corefonts
|
||||
vistafonts
|
||||
vistafonts-chs
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
fonts.packages = with pkgs;
|
||||
[
|
||||
helvetica-neue-lt-std
|
||||
aileron
|
||||
corefonts
|
||||
vistafonts
|
||||
vistafonts-chs
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
|
||||
#proggyfonts
|
||||
#glasstty-ttf
|
||||
(
|
||||
nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
"IBMPlexMono"
|
||||
"IntelOneMono"
|
||||
"CascadiaMono"
|
||||
"CommitMono"
|
||||
"JetBrainsMono"
|
||||
"ProggyClean"
|
||||
];
|
||||
}
|
||||
)
|
||||
monocraft
|
||||
];
|
||||
#proggyfonts
|
||||
#glasstty-ttf
|
||||
]
|
||||
++ (with nerd-fonts; [
|
||||
ubuntu-mono
|
||||
jetbrains-mono
|
||||
intone-mono
|
||||
fira-code
|
||||
commit-mono
|
||||
blex-mono
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue