feat : slimmer term font df mail, ollama,..
This commit is contained in:
parent
41f6358da5
commit
f5df772d81
4 changed files with 33 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue