From cefc4e2349cf66f56a9fa38c8f0094f30643b30b Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:50:30 -0700 Subject: [PATCH] skim --- systems/BASED.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/BASED.nix b/systems/BASED.nix index 925395a..1cae013 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -1,5 +1,6 @@ { lib, pkgs, modulesPath, ... }: { environment.systemPackages = with pkgs; [ + localsend bat bottom cifs-utils @@ -33,11 +34,13 @@ environment.variables = { EDITOR = "hx"; VISUAL = "hx"; + SKIM_DEFAULT_COMMAND = "rg --files"; }; environment.sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; + SKIM_DEFAULT_COMMAND = "rg --files"; }; hardware.enableAllFirmware = true; @@ -45,7 +48,7 @@ boot.loader.systemd-boot.enable = lib.mkDefault true; boot.loader.efi.canTouchEfiVariables = lib.mkDefault true; - boot.loader.timeout = 0; + boot.loader.timeout = 1; boot.supportedFilesystems = [ "ntfs" ]; networking.networkmanager = {