some changes
This commit is contained in:
parent
6d311d4fbd
commit
f2b8595ca7
3 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ let
|
|||
in
|
||||
{
|
||||
home.sessionVariables = lib.optionalAttrs enableZen {
|
||||
BROWSER = "zen-browser";
|
||||
BROWSER = "zen";
|
||||
}
|
||||
// lib.optionalAttrs enableClaude {
|
||||
CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude";
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ let
|
|||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
awscli2
|
||||
pure-prompt
|
||||
xclip
|
||||
tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue