From 928a721219aba9fa007d2d1c2934b01c60fa240e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Oct 2023 14:40:40 +0000 Subject: [PATCH] Remove lynx and nnn, add midori browser Check email more frequently --- flake.nix | 1 - home/accounts/email.nix | 2 +- home/hyprland/config.nix | 4 ---- home/nnn.nix | 16 ---------------- system/default.nix | 2 +- 5 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 home/nnn.nix diff --git a/flake.nix b/flake.nix index 90018cf2..a07bab2d 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,6 @@ ./home/firefox.nix ./home/kdeconnect.nix ./home/media.nix - ./home/nnn.nix ./home/pass.nix ./home/zathura.nix ]; diff --git a/home/accounts/email.nix b/home/accounts/email.nix index 76a3cb4d..627b8b89 100644 --- a/home/accounts/email.nix +++ b/home/accounts/email.nix @@ -35,7 +35,7 @@ services = { mbsync = { enable = true; - frequency = "*:0/30"; + frequency = "*:0/15"; postExec = "${pkgs.notmuch}/bin/notmuch new"; }; imapnotify.enable = true; diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index b7a49754..fa4053cc 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -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 diff --git a/home/nnn.nix b/home/nnn.nix deleted file mode 100644 index 5a159ef6..00000000 --- a/home/nnn.nix +++ /dev/null @@ -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"; - }; - }; -} diff --git a/system/default.nix b/system/default.nix index 659dcd6b..e701d655 100644 --- a/system/default.nix +++ b/system/default.nix @@ -14,7 +14,7 @@ in { gnumake fd ripgrep - lynx + midori ]; localBinInPath = true; shellAliases.rebuild =