upgrade to 25.05, fix deprecation warnings, remove unfree extensions
This commit is contained in:
parent
f71f9f50fb
commit
1e91b4ba76
9 changed files with 137 additions and 131 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config.programs.zsh = {
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)";
|
||||
initContent = ''
|
||||
# eval "$(direnv hook zsh)";
|
||||
export PATH=$PATH:/home/vinzenz/.cargo/bin
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue