mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
thinkpad: add curl and fix fonts
This commit is contained in:
parent
e315b81cda
commit
839f56d098
|
@ -4,14 +4,14 @@
|
|||
programs.light.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs;
|
||||
[
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
dejavu_fonts
|
||||
roboto
|
||||
fira
|
||||
];
|
||||
};
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
openssl
|
||||
dnsutils
|
||||
nmap
|
||||
curlFull
|
||||
];
|
||||
services.resolved = {
|
||||
fallbackDns = [
|
||||
|
|
Loading…
Reference in a new issue