updating kaladins stuff
This commit is contained in:
parent
c90b9dd764
commit
e3c47b5e22
|
@ -325,7 +325,7 @@
|
|||
:windowtype "dock"
|
||||
(bar_layout))
|
||||
(defwindow bar1
|
||||
:monitor 1
|
||||
:monitor 0
|
||||
:exclusive true
|
||||
:geometry (geometry
|
||||
:x "15px"
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
mbsync.enable = true;
|
||||
mu.enable = true;
|
||||
flavor = "outlook.office365.com";
|
||||
passwordCommand = "/home/chris/.dotfiles/scripts/mailpass";
|
||||
passwordCommand = "${pkgs.rbw}/bin/rbw get --full 'Office 365' | rg 'mumailemacs' | awk '{print $2}'";
|
||||
realName = "Chris Cochrun";
|
||||
imap = {
|
||||
host = "outlook.office365.com";
|
||||
|
|
|
@ -24,6 +24,7 @@ with lib;
|
|||
all-the-icons
|
||||
doom-modeline
|
||||
doom-themes
|
||||
rec-mode
|
||||
melpaPackages.mini-echo
|
||||
llm
|
||||
rainbow-delimiters
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
unzip
|
||||
ollama
|
||||
ledger
|
||||
recutils
|
||||
oauth2ms
|
||||
# unrar
|
||||
p7zip
|
||||
zip
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rbw get --full 'Office 365' | rg 'apppass' | awk '{print $2}'
|
||||
rbw get --full 'Office 365' | rg 'mumailemacs' | awk '{print $2}'
|
||||
|
|
Loading…
Reference in a new issue