mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-09 22:44:36 +02: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
|
@ -148,7 +148,6 @@ in
|
|||
obsidian
|
||||
reaper
|
||||
# yabridge
|
||||
torzu
|
||||
# inputs.nix-alien.packages.x86_64-linux.nix-alien
|
||||
kdePackages.kdenlive
|
||||
audacity
|
||||
|
|
|
@ -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