From 9fc3fa747782ae4d0d4875616a20f38580afb2a7 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 13:10:08 -0800 Subject: migration: enable local bin in path --- core/env.nix | 7 ------- snowfall/modules/nixos/tools/bash/default.nix | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 core/env.nix diff --git a/core/env.nix b/core/env.nix deleted file mode 100644 index 5d8679e..0000000 --- a/core/env.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: - -{ - environment = { - localBinInPath = true; - }; -} diff --git a/snowfall/modules/nixos/tools/bash/default.nix b/snowfall/modules/nixos/tools/bash/default.nix index d3ec4bc..7d5499c 100644 --- a/snowfall/modules/nixos/tools/bash/default.nix +++ b/snowfall/modules/nixos/tools/bash/default.nix @@ -8,6 +8,8 @@ in { }; config = mkIf cfg.enable { + environment.localBinInPath = true; + #TODO: add c="codium ." alias programs.bash = { shellAliases = { -- cgit v1.2.3