From e4b15ea100eb7ce1ef7e985d174a736128bc1d3f Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 26 Jun 2022 22:08:17 -0400 Subject: [PATCH] tweaks after adding lf browser --- hosts/desktop/default.nix | 1 + modules/shell/fzf.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 70f27f4..2fd0f3a 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -34,5 +34,6 @@ nixpkgs.lib.nixosSystem { ../../modules/services/keybase.nix ../../modules/services/gnupg.nix ../../modules/services/mullvad.nix + ../../modules/programming/nix.nix ]; } diff --git a/modules/shell/fzf.nix b/modules/shell/fzf.nix index 67cc7cb..9f21f47 100644 --- a/modules/shell/fzf.nix +++ b/modules/shell/fzf.nix @@ -25,7 +25,7 @@ ''; }; }; - shellAbbrs = { lf = "ls -lh | fzf"; }; + shellAbbrs = { lsf = "ls -lh | fzf"; }; }; # Global fzf configuration