Update masApps and add Homebrew shell initialization
Convert masApps from list to set for better structure consistency. Add initialization for Homebrew in the Fish shell to ensure the environment is correctly set up.
This commit is contained in:
parent
18e641daf8
commit
3390c39901
2 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ with lib.metacfg;
|
|||
"libusb"
|
||||
"mas"
|
||||
];
|
||||
masApps = [ ];
|
||||
masApps = { };
|
||||
};
|
||||
|
||||
metacfg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue