Bring back full mu4e modeline
Add some more tasks to README
This commit is contained in:
parent
53e6dd745e
commit
a8c6482574
|
@ -1,7 +1,10 @@
|
|||
#+title: README
|
||||
* [0/1] Tasks
|
||||
* [0/3] Tasks
|
||||
** TODO Re-write Hyprland config
|
||||
Convert from linked text file to proper nix expression (using home-manager)
|
||||
** TODO Add Hyprland config tree-sitter parser
|
||||
[[https://github.com/luckasRanarison/tree-sitter-hypr][Source]]
|
||||
** TODO Convert midnight commander config to use home-manager properly
|
||||
* Password store setup
|
||||
** Transfer GPG key(s)
|
||||
#+begin_src bash
|
||||
|
@ -71,7 +74,6 @@ Register app-password with gnome-keyring;
|
|||
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
|
||||
#+end_src
|
||||
* Midnight Commander
|
||||
** TODO Convert to use home-manager properly
|
||||
Instructions from [[https://github.com/catppuccin/mc][GitHub - catppuccin/mc: 🌜 Soothing pastel theme for Midnight Commander]]:
|
||||
#+begin_src bash
|
||||
mkdir -p $HOME/.local/share/mc/skins && cd $HOME/.local/share/mc/skins && git clone https://github.com/catppuccin/mc.git && ln -s -f ./mc/catppuccin.ini .
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, stylix, anyrun, ... }@inputs:
|
||||
outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs:
|
||||
let
|
||||
catppuccin-themes = with inputs; {
|
||||
alacritty = "${catppuccin-alacritty}/catppuccin-macchiato.yml";
|
||||
|
@ -119,8 +119,8 @@
|
|||
}:
|
||||
let
|
||||
specialArgs = {
|
||||
inherit hostName user anyrun;
|
||||
inherit (inputs) catppuccin-base16;
|
||||
inherit hostName user;
|
||||
inherit (inputs) anyrun catppuccin-base16;
|
||||
};
|
||||
extraSpecialArgs = specialArgs // {
|
||||
inherit catppuccin-themes;
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
mu4e-sent-messages-behavior 'delete
|
||||
mu4e-attachment-dir "~/Downloads"
|
||||
mu4e-change-filenames-when-moving t
|
||||
;; mu4e-alert-modeline-formatter 'mu4e-alert-default-mode-line-formatter
|
||||
mu4e-alert-modeline-formatter 'mu4e-alert-default-mode-line-formatter
|
||||
sendmail-program (executable-find "msmtp")
|
||||
send-mail-function #'smtpmail-send-it
|
||||
message-sendmail-f-is-evil t
|
||||
|
|
Loading…
Reference in a new issue