fonts: fix. alacritty: use Monocraft font
This commit is contained in:
parent
ba1c9854a3
commit
592284985d
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
1
home.nix
1
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue