updating kaladins stuff
This commit is contained in:
parent
c90b9dd764
commit
e3c47b5e22
|
@ -325,7 +325,7 @@
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
(bar_layout))
|
(bar_layout))
|
||||||
(defwindow bar1
|
(defwindow bar1
|
||||||
:monitor 1
|
:monitor 0
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:x "15px"
|
:x "15px"
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
mu.enable = true;
|
mu.enable = true;
|
||||||
flavor = "outlook.office365.com";
|
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";
|
realName = "Chris Cochrun";
|
||||||
imap = {
|
imap = {
|
||||||
host = "outlook.office365.com";
|
host = "outlook.office365.com";
|
||||||
|
|
|
@ -24,6 +24,7 @@ with lib;
|
||||||
all-the-icons
|
all-the-icons
|
||||||
doom-modeline
|
doom-modeline
|
||||||
doom-themes
|
doom-themes
|
||||||
|
rec-mode
|
||||||
melpaPackages.mini-echo
|
melpaPackages.mini-echo
|
||||||
llm
|
llm
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
unzip
|
unzip
|
||||||
ollama
|
ollama
|
||||||
ledger
|
ledger
|
||||||
|
recutils
|
||||||
|
oauth2ms
|
||||||
# unrar
|
# unrar
|
||||||
p7zip
|
p7zip
|
||||||
zip
|
zip
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/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