feat : slimmer term font df mail, ollama,..

This commit is contained in:
Florian Schmitt 2024-02-15 19:25:18 +03:00
parent 41f6358da5
commit f5df772d81
4 changed files with 33 additions and 9 deletions

View file

@ -50,6 +50,7 @@
mpc-cli
mpd
neofetch
ollama
pandoc
pass
pciutils
@ -63,6 +64,7 @@
usbutils
wget
whois
wl-clipboard
wirelesstools
yt-dlp
zellij

View file

@ -135,6 +135,23 @@ in {
port = 465;
};
};
"mrflos@saint-ex.deuxfleurs.org" = {
realName = "Florian Schmitt";
userName = "mrflos";
address = "mrflos@saint-ex.deuxfleurs.org";
primary = false;
thunderbird = { enable = true; };
imap = {
host = "imap.saint-ex.deuxfleurs.org";
port = 993;
};
smtp = {
host = "smtp.saint-ex.deuxfleurs.org";
port = 465;
};
};
"mrflos@mrflos.pw" = {
realName = "Florian Schmitt";
userName = "mrflos";
@ -254,7 +271,6 @@ in {
services.ssh-agent.enable = true;
wayland.windowManager.hyprland.enable = true;
wayland.windowManager.hyprland.env = lib.mapAttrsToList (name: value: "${name},${builtins.toString value}") config.home.sessionVariables;
wayland.windowManager.hyprland.settings = {
exec-once = ''${startupScript}/bin/hyprland-start'';
"$mod" = "SUPER";