Updates & emojis
This commit is contained in:
parent
4c21659ef9
commit
803fa03e07
3 changed files with 12 additions and 6 deletions
|
|
@ -21,7 +21,10 @@
|
|||
})
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
# allowBroken = true;
|
||||
};
|
||||
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
|||
|
|
@ -113,6 +113,8 @@ in {
|
|||
nixd
|
||||
nixfmt-rfc-style
|
||||
protege # LogIA Course
|
||||
haskellPackages.Agda
|
||||
agdaPackages.standard-library
|
||||
|
||||
# Containers & VMs
|
||||
toolbox
|
||||
|
|
@ -217,12 +219,13 @@ in {
|
|||
noto-fonts-emoji
|
||||
cantarell-fonts
|
||||
twitter-color-emoji
|
||||
twemoji-color-font
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
fontDir.enable = true;
|
||||
|
||||
fontconfig = {
|
||||
useEmbeddedBitmaps = true;
|
||||
|
||||
defaultFonts = {
|
||||
sansSerif = [ "Cantarell" "Noto Sans" ];
|
||||
monospace = [ "JetBrainsMono Nerd Font" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue