feat(ace): mail and fonts
This commit is contained in:
parent
d2b62e0db7
commit
ba33bf37db
1 changed files with 23 additions and 1 deletions
|
@ -102,7 +102,14 @@
|
||||||
pngquant
|
pngquant
|
||||||
gifsicle
|
gifsicle
|
||||||
libwebp
|
libwebp
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
inter-nerdfont
|
||||||
|
nerd-fonts.iosevka
|
||||||
|
nerd-fonts.iosevka-term
|
||||||
|
|
||||||
];
|
];
|
||||||
|
fonts.fontconfig.enable = true;
|
||||||
home.file = {
|
home.file = {
|
||||||
"./.config/kitty/" = {
|
"./.config/kitty/" = {
|
||||||
source = ../../dotfiles/kitty;
|
source = ../../dotfiles/kitty;
|
||||||
|
@ -140,6 +147,7 @@
|
||||||
primary = true;
|
primary = true;
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = [ "mrflos" ];
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.infomaniak.com";
|
||||||
|
@ -158,6 +166,7 @@
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = [ "mrflos" ];
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.infomaniak.com";
|
||||||
|
@ -177,6 +186,7 @@
|
||||||
primary = false;
|
primary = false;
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = [ "mrflos" ];
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mrflos.pw";
|
host = "mrflos.pw";
|
||||||
|
@ -199,6 +209,7 @@
|
||||||
primary = false;
|
primary = false;
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = [ "mrflos" ];
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.infomaniak.com";
|
||||||
|
@ -218,6 +229,7 @@
|
||||||
primary = false;
|
primary = false;
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
profiles = [ "mrflos" ];
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.infomaniak.com";
|
host = "mail.infomaniak.com";
|
||||||
|
@ -264,6 +276,16 @@
|
||||||
settings = with builtins; fromTOML (readFile ../../dotfiles/starship/starship.toml);
|
settings = with builtins; fromTOML (readFile ../../dotfiles/starship/starship.toml);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
thunderbird = {
|
||||||
|
enable = true;
|
||||||
|
profiles = {
|
||||||
|
mrflos = {
|
||||||
|
isDefault = true;
|
||||||
|
# name = "Florian Schmitt";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
@ -279,7 +301,7 @@
|
||||||
kdenix = "nix run github:pjones/plasma-manager --extra-experimental-features nix-command --extra-experimental-features flakes > /home/mrflos/Developpements/nixos-config/modules/home-plasma.nix";
|
kdenix = "nix run github:pjones/plasma-manager --extra-experimental-features nix-command --extra-experimental-features flakes > /home/mrflos/Developpements/nixos-config/modules/home-plasma.nix";
|
||||||
icat = "kitty +kitten icat";
|
icat = "kitty +kitten icat";
|
||||||
nixedit = "cd $HOME/Code/nixos-config/ && $HOME/.nix-profile/bin/nvim .";
|
nixedit = "cd $HOME/Code/nixos-config/ && $HOME/.nix-profile/bin/nvim .";
|
||||||
nixupdate = "nix-channel --update && home-manager switch";
|
nixupdate = "nix-channel --update && home-manager switch -b backup";
|
||||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||||
socks = "ssh -N -f -C -D 9090 mrflos@yunohost.yeswiki.net -p 6742";
|
socks = "ssh -N -f -C -D 9090 mrflos@yunohost.yeswiki.net -p 6742";
|
||||||
vi = "$HOME/.nix-profile/bin/nvim";
|
vi = "$HOME/.nix-profile/bin/nvim";
|
||||||
|
|
Loading…
Add table
Reference in a new issue