mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 11:49:33 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
6b8ccbcfe5
commit
24184e7e4a
2 changed files with 29 additions and 1 deletions
|
@ -24,6 +24,28 @@
|
|||
"rmpc".source = ../../configs/rmpc;
|
||||
};
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "mail";
|
||||
accounts.rae = rec {
|
||||
address = "rae@roxwize.xyz";
|
||||
realName = "Rae 5e";
|
||||
userName = address;
|
||||
gpg = {
|
||||
key = "6F92AED338D339DE14E7491C5B1A0FAB9BAB81EE";
|
||||
signByDefault = true;
|
||||
};
|
||||
imap = {
|
||||
host = "mail.privateemail.com";
|
||||
port = 993;
|
||||
};
|
||||
smtp = {
|
||||
host = imap.host;
|
||||
port = 465;
|
||||
};
|
||||
thunderbird.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
@ -46,6 +68,13 @@
|
|||
font.name = "Fira Code";
|
||||
themeFile = "mayukai";
|
||||
};
|
||||
password-store = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "/home/rae/.dotfiles/secrets";
|
||||
PASSWORD_STORE_KEY = "6F92AED338D339DE14E7491C5B1A0FAB9BAB81EE";
|
||||
};
|
||||
};
|
||||
rofi = {
|
||||
enable = true;
|
||||
font = "Fira Code Light 11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue