thaylen-city: Make sure to add brew prefix to PATH
This commit is contained in:
parent
60981efa55
commit
f4c31a936c
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
chvp = {
|
||||
|
@ -76,5 +76,8 @@
|
|||
startup.chime = false;
|
||||
};
|
||||
|
||||
home-manager.users."charlotte.vanpetegem".home.packages = with pkgs; [ docker-compose ];
|
||||
home-manager.users."charlotte.vanpetegem".home = {
|
||||
packages = with pkgs; [ docker-compose ];
|
||||
sessionPath = [ config.homebrew.brewPrefix ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue