fonts: fix. alacritty: use Monocraft font

This commit is contained in:
Daniella / Tove 2024-10-26 19:37:43 +02:00
parent ba1c9854a3
commit 592284985d
2 changed files with 6 additions and 2 deletions

View file

@ -26,8 +26,6 @@ in
killall
bat
dconf
twemoji-color-font
fira-code
rustup
pkg-config
clang
@ -68,6 +66,11 @@ in
(import ./dropfile.script.nix)
(import ./nixos-edit.script.nix)
];
fonts.fonts = with pkgs; [
twemoji-color-font
fira-code
monocraft
];
programs.fish.enable = true;
programs.htop.enable = true;

View file

@ -154,6 +154,7 @@ in
programs.i3status.modules."battery all".settings.last_full_capacity = true;
services.picom.enable = true;
programs.alacritty.settings.window.opacity = 0.7;
programs.alacritty.settings.font.normal.family = "Monocraft";
services.dunst.enable = true;
gtk.enable = true;
gtk.theme = {