mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates
This commit is contained in:
parent
7e4cb1f4ca
commit
7b09649d5f
4 changed files with 25 additions and 21 deletions
|
@ -192,11 +192,11 @@ in
|
|||
extraConfig.Create = "near";
|
||||
};
|
||||
# There is a lot of spam around, maybe we should not include that folder
|
||||
#channels.junk = {
|
||||
#nearPattern = "Junk";
|
||||
#farPattern = "Public/Spam";
|
||||
#extraConfig.Create = "near";
|
||||
#};
|
||||
channels.junk = {
|
||||
nearPattern = "Junk";
|
||||
farPattern = "Public/Spam";
|
||||
extraConfig.Create = "near";
|
||||
};
|
||||
channels.drafts = {
|
||||
nearPattern = "Drafts";
|
||||
farPattern = "Drafts";
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
match = "Host raspi User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
"git@ifsr.de" = {
|
||||
match = "Host raspi User git";
|
||||
identityFile = "~/.ssh/git";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
|
|
@ -141,7 +141,7 @@ command! reload :write | restart
|
|||
" program.
|
||||
|
||||
" Pdf
|
||||
filextype *.pdf okular
|
||||
filextype *.pdf evince
|
||||
|
||||
" Audio
|
||||
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue