Remove lynx and nnn, add midori browser

Check email more frequently
This commit is contained in:
Evie Litherland-Smith 2023-10-30 14:40:40 +00:00
parent e049f0b28d
commit 928a721219
5 changed files with 2 additions and 23 deletions

View file

@ -54,7 +54,6 @@
./home/firefox.nix
./home/kdeconnect.nix
./home/media.nix
./home/nnn.nix
./home/pass.nix
./home/zathura.nix
];

View file

@ -35,7 +35,7 @@
services = {
mbsync = {
enable = true;
frequency = "*:0/30";
frequency = "*:0/15";
postExec = "${pkgs.notmuch}/bin/notmuch new";
};
imapnotify.enable = true;

View file

@ -104,10 +104,6 @@ in ''
bind = SUPER, Return, exec, alacritty
bind = SUPER SHIFT, Return, exec, [float] alacritty
bind = SUPER ALT, W, exec, [workspace 4] alacritty -e tmux new -A -s Web lynx
bind = SUPER ALT, F, exec, [workspace 5] alacritty -e tmux new -A -s Files nnn -d
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e tmux new -A -s Spotify ncspot
# Misc useful binds
bind=,Print,exec,watershot directory ${config.xdg.userDirs.pictures}
bind=,XF86Calculator,exec,pkill anyrun || anyrun

View file

@ -1,16 +0,0 @@
{ config, lib, pkgs, ... }:
{
programs.nnn = {
enable = true;
bookmarks = {
d = "~/Documents";
D = "~/Downloads";
p = "~/Pictures";
v = "~/Videos";
m = "~/Music";
o = "~/Org";
P = "~/Projects";
};
};
}

View file

@ -14,7 +14,7 @@ in {
gnumake
fd
ripgrep
lynx
midori
];
localBinInPath = true;
shellAliases.rebuild =