mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-11-12 09:12:07 +01:00
several home manager adjustments
This commit is contained in:
parent
e525a5dc6b
commit
bdfeae5fa3
2 changed files with 2 additions and 3 deletions
home-manager/programs
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"ohmyzsh/ohmyzsh path:plugins/dotenv"
|
||||
];
|
||||
};
|
||||
initExtraFirst = ''
|
||||
initContent = lib.mkBefore ''
|
||||
ZSH_DOTENV_PROMPT=false
|
||||
export PATH=~/.npm-global/bin:$PATH
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue