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
|
#+title: README
|
||||||
* [0/1] Tasks
|
* [0/3] Tasks
|
||||||
** TODO Re-write Hyprland config
|
** TODO Re-write Hyprland config
|
||||||
Convert from linked text file to proper nix expression (using home-manager)
|
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
|
* Password store setup
|
||||||
** Transfer GPG key(s)
|
** Transfer GPG key(s)
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
@ -71,7 +74,6 @@ Register app-password with gnome-keyring;
|
||||||
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
|
secret-tool store --label="NextCloud" url cloud.xenia.me.uk
|
||||||
#+end_src
|
#+end_src
|
||||||
* Midnight Commander
|
* 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]]:
|
Instructions from [[https://github.com/catppuccin/mc][GitHub - catppuccin/mc: 🌜 Soothing pastel theme for Midnight Commander]]:
|
||||||
#+begin_src bash
|
#+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 .
|
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
|
let
|
||||||
catppuccin-themes = with inputs; {
|
catppuccin-themes = with inputs; {
|
||||||
alacritty = "${catppuccin-alacritty}/catppuccin-macchiato.yml";
|
alacritty = "${catppuccin-alacritty}/catppuccin-macchiato.yml";
|
||||||
|
@ -119,8 +119,8 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit hostName user anyrun;
|
inherit hostName user;
|
||||||
inherit (inputs) catppuccin-base16;
|
inherit (inputs) anyrun catppuccin-base16;
|
||||||
};
|
};
|
||||||
extraSpecialArgs = specialArgs // {
|
extraSpecialArgs = specialArgs // {
|
||||||
inherit catppuccin-themes;
|
inherit catppuccin-themes;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
mu4e-sent-messages-behavior 'delete
|
mu4e-sent-messages-behavior 'delete
|
||||||
mu4e-attachment-dir "~/Downloads"
|
mu4e-attachment-dir "~/Downloads"
|
||||||
mu4e-change-filenames-when-moving t
|
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")
|
sendmail-program (executable-find "msmtp")
|
||||||
send-mail-function #'smtpmail-send-it
|
send-mail-function #'smtpmail-send-it
|
||||||
message-sendmail-f-is-evil t
|
message-sendmail-f-is-evil t
|
||||||
|
|
Loading…
Reference in a new issue