wip
This commit is contained in:
@@ -17,5 +17,7 @@
|
||||
imagemagick
|
||||
doctl
|
||||
aider-chat
|
||||
inotify-tools
|
||||
devenv
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ inputs.zen-browser.packages.x86_64-linux.twilight-official ];
|
||||
}
|
||||
@@ -69,6 +69,7 @@
|
||||
|
||||
[[ -f ~/.secrets.zsh ]] && source ~/.secrets.zsh
|
||||
|
||||
export PATH="$HOME/.bin:$PATH"
|
||||
# export PKG_CONFIG_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
# export LIBRARY_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib:$LIBRARY_PATH
|
||||
# export LD_LIBRARY_PATH=$(nix eval --raw nixpkgs.openssl.dev)/lib:$LD_LIBRARY_PATH
|
||||
|
||||
Reference in New Issue
Block a user