feat: switch to solarized dark
This commit is contained in:
parent
37260a6ba7
commit
38f51f5391
5 changed files with 51 additions and 7 deletions
|
|
@ -52,6 +52,29 @@
|
|||
pkgs.fw-ectool
|
||||
];
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
fira
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
fira-mono
|
||||
font-awesome
|
||||
uw-ttyp0
|
||||
];
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
allowBitmaps = true;
|
||||
antialias = true;
|
||||
useEmbeddedBitmaps = true;
|
||||
defaultFonts.monospace = [
|
||||
"Ttyp0"
|
||||
"Siji"
|
||||
"Symbola"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
# NOTE: hardware.framework.enableKmod requires kernel patching, but enables access to some EC features
|
||||
bluetooth.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue