host/macbook: add homebrew with chromium
This commit is contained in:
parent
7ce3a9fb70
commit
d9fae03553
1 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
git
|
||||||
|
git-crypt
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
|
@ -12,4 +14,12 @@
|
||||||
serverAddress = "192.168.0.153";
|
serverAddress = "192.168.0.153";
|
||||||
screenName = "macbook-pro";
|
screenName = "macbook-pro";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
homebrew = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
casks = [
|
||||||
|
{ name = "eloston-chromium"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue