upgrade to NixOS 20.03
This commit is contained in:
parent
fcb93efd54
commit
29d9a4ef16
2 changed files with 11 additions and 8 deletions
|
@ -41,11 +41,11 @@ let
|
|||
pdfpc
|
||||
quaternion
|
||||
nheko
|
||||
(unstable.spectral)
|
||||
unstable.spectral
|
||||
wire-desktop
|
||||
gpx-viewer
|
||||
gpxsee
|
||||
unstable.cawbird
|
||||
cawbird
|
||||
tootle
|
||||
subsurface
|
||||
(
|
||||
|
@ -248,7 +248,6 @@ let
|
|||
ubuntu_font_family
|
||||
twemoji-color-font
|
||||
opensans-ttf
|
||||
(iosevka.override { design = [ "slab" "term" ]; set = "serif"; })
|
||||
(iosevka.override { privateBuildPlan = { design = [ "slab" "sp-term" ]; family = "Iosevka Serif"; }; set = "serif"; })
|
||||
# TODO: vollkorn
|
||||
# TODO: humor-sans
|
||||
|
@ -298,7 +297,7 @@ in
|
|||
{
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
#pinentryFlavor = "qt";
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
|
||||
programs.ssh =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue