mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
removed notmuch
This commit is contained in:
parent
c038fa3228
commit
11b1eb654d
6 changed files with 25 additions and 57 deletions
|
@ -36,7 +36,6 @@ in
|
|||
};
|
||||
mbsync.enable = true;
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
accounts.email.accounts = {
|
||||
"rouven@rfive.de" = rec {
|
||||
|
@ -157,7 +156,6 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
notmuch.enable = true;
|
||||
neomutt = let c = mbsync.groups.tud.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -225,19 +223,6 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
# notmuch.enable = true;
|
||||
notmuch = {
|
||||
enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
virtualMailboxes = [
|
||||
{
|
||||
name = "IFSR-Unread";
|
||||
query = "folder:iFSR/Inbox tag:unread";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
neomutt = let c = mbsync.groups.ifsr.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
@ -296,19 +281,6 @@ in
|
|||
};
|
||||
};
|
||||
msmtp.enable = true;
|
||||
# notmuch.enable = true;
|
||||
notmuch = {
|
||||
enable = true;
|
||||
neomutt = {
|
||||
enable = true;
|
||||
virtualMailboxes = [
|
||||
{
|
||||
name = "gmail-Unread";
|
||||
query = "tag:unread";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
neomutt = let c = mbsync.groups.gmail.channels; in
|
||||
{
|
||||
enable = true;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
gdb
|
||||
lldb
|
||||
rust-analyzer
|
||||
nil
|
||||
rnix-lsp
|
||||
(python3.withPackages (ps: with ps; [
|
||||
pyls-isort
|
||||
pylsp-mypy
|
||||
|
@ -29,6 +29,13 @@
|
|||
"ui.background" = "{}";
|
||||
"ui.virtual.inlay-hint" = { fg = "#666666"; };
|
||||
};
|
||||
languages = [
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
language-server.command = "rnix-lsp";
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
theme = "dracula-transparent";
|
||||
editor = {
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# temp here for testing
|
||||
thunderbird
|
||||
|
||||
# essentials
|
||||
wpa_supplicant_gui # manage wifi
|
||||
pcmanfm # rock solid file manager
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
# comma # run any command
|
||||
kleopatra
|
||||
python310Packages.pyhanko
|
||||
|
||||
# graphics
|
||||
evince # pdf viewer
|
||||
|
@ -29,8 +25,6 @@
|
|||
|
||||
# internet
|
||||
google-chrome
|
||||
nextcloud-client
|
||||
transmission-gtk
|
||||
|
||||
# messaging
|
||||
discord
|
||||
|
@ -46,23 +40,18 @@
|
|||
yubikey-manager-qt
|
||||
# yubioath-flutter # broken, TODO fix
|
||||
bitwarden
|
||||
bitwarden-cli
|
||||
|
||||
# misc
|
||||
btop
|
||||
neofetch # obligatory
|
||||
virt-manager
|
||||
ventoy
|
||||
xsane # scanning
|
||||
jetbrains.idea-community
|
||||
nix-output-monitor
|
||||
|
||||
ripgrep # better grep
|
||||
duf # better df
|
||||
croc # send files anywhere
|
||||
|
||||
powerline-fonts
|
||||
# password
|
||||
pass
|
||||
|
||||
# libs
|
||||
|
@ -74,7 +63,6 @@
|
|||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
@ -97,4 +85,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue