diff options
| author | Shubham Saini <me@ubh.sh> | 2023-11-22 17:49:05 +0000 |
|---|---|---|
| committer | Shubham Saini <me@ubh.sh> | 2023-11-22 17:49:05 +0000 |
| commit | 4b77628f734a370cf09d3e30b03784b8a0f16e9c (patch) | |
| tree | 0f4171d0e6deaf5806f9ad905c0eefe3ab8efcca /hosts/morpheus | |
| parent | 52292553e31dc0d9caa0bcb35851ac301869c223 (diff) | |
morpheus: added whatsapp
Diffstat (limited to 'hosts/morpheus')
| -rw-r--r-- | hosts/morpheus/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/morpheus/configuration.nix b/hosts/morpheus/configuration.nix index ab71243..db1b6b2 100644 --- a/hosts/morpheus/configuration.nix +++ b/hosts/morpheus/configuration.nix | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | homebrew = { | 12 | homebrew = { |
| 13 | enable = true; | 13 | enable = true; |
| 14 | casks = [ "brave-browser" "karabiner-elements" "adobe-acrobat-reader" "microsoft-remote-desktop" ]; | 14 | casks = [ "brave-browser" "karabiner-elements" "adobe-acrobat-reader" "microsoft-remote-desktop" "whatsapp"]; |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | nixpkgs = { | 17 | nixpkgs = { |
