mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-14 12:32:06 +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";
|
||||
|
|
|
@ -99,7 +99,6 @@
|
|||
# misc
|
||||
catppuccin-sddm # Soothing pastel theme for SDDM
|
||||
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
||||
kdePackages.kservice # KService allows to query information about installed applications and their associated file types.
|
||||
mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid)
|
||||
nmap # Free and open source utility for network discovery and security auditing
|
||||
obs-studio # Free and open source software for video recording and live streaming
|
||||
|
|
Loading…
Add table
Reference in a new issue