Final font tweaks to finish up

This commit is contained in:
Evie Litherland-Smith 2023-10-07 10:23:25 +01:00
parent e94a4dde31
commit 27795cfc9c
5 changed files with 6 additions and 12 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, catppuccin-themes, ... }:
{
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
programs.alacritty = {
enable = true;
settings = {
@ -16,7 +15,7 @@
opacity = 0.8;
};
font = {
normal.family = "FiraCode Nerd Font";
normal.family = "Fira Sans Mono";
size = 14.0;
};
selection.save_to_clipboard = true;

View file

@ -1,4 +1,4 @@
{...}: {
{ ... }: {
services.dunst = {
enable = true;
settings = {
@ -13,7 +13,7 @@
indicate_hidden = "yes";
transparency = 16;
separator_color = "frame";
font = "FiraCode Nerd Font 10";
font = "Fira Sans Mono 10";
ellipsize = "end";
ignore_newline = "no";
stack_duplicates = true;

View file

@ -1,13 +1,12 @@
{ pkgs, ... }:
{
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
services.mako = {
enable = true;
actions = true;
anchor = "top-right";
defaultTimeout = 5000;
font = "FiraCode Nerd Font 10";
font = "Fira Sans 10";
icons = true;
layer = "overlay";
margin = "20";

View file

@ -10,7 +10,7 @@
grey: #6e738d;
width: 75%;
font: "FiraCode Nerd Font 18";
font: "Fira Sans Mono 18";
}
element-text, element-icon , mode-switcher {

View file

@ -1,9 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
networkmanagerapplet
bluez
];
home.packages = with pkgs; [ networkmanagerapplet bluez ];
programs.waybar = {
enable = true;
style = ./style.css;