updating kaladins stuff

This commit is contained in:
Chris Cochrun 2023-12-15 21:21:07 -06:00
parent c90b9dd764
commit e3c47b5e22
5 changed files with 6 additions and 3 deletions

View file

@ -325,7 +325,7 @@
:windowtype "dock"
(bar_layout))
(defwindow bar1
:monitor 1
:monitor 0
:exclusive true
:geometry (geometry
:x "15px"

View file

@ -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";

View file

@ -24,6 +24,7 @@ with lib;
all-the-icons
doom-modeline
doom-themes
rec-mode
melpaPackages.mini-echo
llm
rainbow-delimiters

View file

@ -14,6 +14,8 @@
unzip
ollama
ledger
recutils
oauth2ms
# unrar
p7zip
zip

View file

@ -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}'