mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.obsidian
|
||||
];
|
||||
}
|
||||
5
user/programs/terminal/files/shell/rc.d/10-bun.sh
Normal file
5
user/programs/terminal/files/shell/rc.d/10-bun.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
if [ -d "$HOME/.bun" ]; then
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user