Remove lynx and nnn, add midori browser
Check email more frequently
This commit is contained in:
parent
e049f0b28d
commit
928a721219
|
@ -54,7 +54,6 @@
|
||||||
./home/firefox.nix
|
./home/firefox.nix
|
||||||
./home/kdeconnect.nix
|
./home/kdeconnect.nix
|
||||||
./home/media.nix
|
./home/media.nix
|
||||||
./home/nnn.nix
|
|
||||||
./home/pass.nix
|
./home/pass.nix
|
||||||
./home/zathura.nix
|
./home/zathura.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
services = {
|
services = {
|
||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
frequency = "*:0/30";
|
frequency = "*:0/15";
|
||||||
postExec = "${pkgs.notmuch}/bin/notmuch new";
|
postExec = "${pkgs.notmuch}/bin/notmuch new";
|
||||||
};
|
};
|
||||||
imapnotify.enable = true;
|
imapnotify.enable = true;
|
||||||
|
|
|
@ -104,10 +104,6 @@ in ''
|
||||||
bind = SUPER, Return, exec, alacritty
|
bind = SUPER, Return, exec, alacritty
|
||||||
bind = SUPER SHIFT, Return, exec, [float] 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
|
# Misc useful binds
|
||||||
bind=,Print,exec,watershot directory ${config.xdg.userDirs.pictures}
|
bind=,Print,exec,watershot directory ${config.xdg.userDirs.pictures}
|
||||||
bind=,XF86Calculator,exec,pkill anyrun || anyrun
|
bind=,XF86Calculator,exec,pkill anyrun || anyrun
|
||||||
|
|
16
home/nnn.nix
16
home/nnn.nix
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -14,7 +14,7 @@ in {
|
||||||
gnumake
|
gnumake
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
lynx
|
midori
|
||||||
];
|
];
|
||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
shellAliases.rebuild =
|
shellAliases.rebuild =
|
||||||
|
|
Loading…
Reference in a new issue