Skip to content

Commit

Permalink
nix: remove invalid sessionVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Jun 1, 2024
1 parent a1aa248 commit a00f685
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ in {
username = "bun";
homeDirectory = "/home/bun";

sessionVariables = {
BROWSER = "brave";
NIX_SHELL_PRESERVE_PROMPT = "1";
EDITOR = "nvim";
SHELL = "bash";
TERMINAL = "wezterm";
};

packages = with pkgs; [
tmux-project
git-tools
Expand Down

0 comments on commit a00f685

Please sign in to comment.