chore | formating
This commit is contained in:
parent
500ce0e21a
commit
ced5943296
4 changed files with 9 additions and 25 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
threading-enabled = " true";
|
threading-enabled = " true";
|
||||||
threading-by-subject = "true";
|
threading-by-subject = "true";
|
||||||
index-columns = "flags>=,date<=,name<20,subject<*,notmuch>=";
|
index-columns = "flags>=,date<=,name<20,subject<*,notmuch>=";
|
||||||
column-notmuch =
|
column-notmuch = ''
|
||||||
"{{- (map .Labels (exclude .Folder) (exclude \"replied|passed|attachment|flagged|unread|draft\") | join \",\") -}}";
|
{{- (map .Labels (exclude .Folder) (exclude "replied|passed|attachment|flagged|unread|draft") | join ",") -}}'';
|
||||||
};
|
};
|
||||||
|
|
||||||
hooks = {
|
hooks = {
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."notmuch/hooks/post-new".source =
|
xdg.configFile."notmuch/hooks/post-new".source = ./files/notmuch/post-new;
|
||||||
./files/notmuch/post-new;
|
|
||||||
xdg.configFile."neomutt/neomuttrc".source = ./files/neomutt/neomuttrc;
|
xdg.configFile."neomutt/neomuttrc".source = ./files/neomutt/neomuttrc;
|
||||||
xdg.configFile."neomutt/mailcap".source = ./files/neomutt/mailcap;
|
xdg.configFile."neomutt/mailcap".source = ./files/neomutt/mailcap;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,9 @@
|
||||||
port = 2020;
|
port = 2020;
|
||||||
identityFile = "/home/don/.ssh/git";
|
identityFile = "/home/don/.ssh/git";
|
||||||
};
|
};
|
||||||
"github.com" = {
|
"github.com" = { identityFile = "/home/don/.ssh/git"; };
|
||||||
identityFile = "/home/don/.ssh/git";
|
"gitlab.com" = { identityFile = "/home/don/.ssh/git"; };
|
||||||
};
|
"homeassistant.home.duckland.org" = { user = "root"; };
|
||||||
"gitlab.com" = {
|
|
||||||
identityFile = "/home/don/.ssh/git";
|
|
||||||
};
|
|
||||||
"homeassistant.home.duckland.org" = {
|
|
||||||
user = "root";
|
|
||||||
};
|
|
||||||
"dreamhost" = {
|
"dreamhost" = {
|
||||||
user = "duck";
|
user = "duck";
|
||||||
hostname = "wise.dreamhost.com";
|
hostname = "wise.dreamhost.com";
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,11 @@
|
||||||
{ ... }:
|
{ ... }: {
|
||||||
{
|
|
||||||
programs = {
|
programs = {
|
||||||
iamb = {
|
iamb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
default_profile = "personal";
|
default_profile = "personal";
|
||||||
profiles = {
|
profiles = { "personal" = { user_id = "@duckunix:matrix.org"; }; };
|
||||||
"personal" = {
|
settings = { notifications = { enabled = true; }; };
|
||||||
user_id = "@duckunix:matrix.org";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
settings = {
|
|
||||||
notifications = {
|
|
||||||
enabled = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue