diff options
| author | Shubham Saini <me@ubh.sh> | 2023-12-11 10:53:13 +0000 |
|---|---|---|
| committer | Shubham Saini <me@ubh.sh> | 2023-12-11 10:53:13 +0000 |
| commit | 7613c421beaaaf5860c68e308ffd3c77b7959551 (patch) | |
| tree | bdc20259fb92814c18b6d3d42cd445cab150b420 /hosts/morpheus | |
| parent | 4b77628f734a370cf09d3e30b03784b8a0f16e9c (diff) | |
morpheus: added hyperkey
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 db1b6b2..69a58fc 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" "whatsapp"]; | 14 | casks = [ "brave-browser" "hyperkey" "adobe-acrobat-reader" "microsoft-remote-desktop" "whatsapp"]; |
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | nixpkgs = { | 17 | nixpkgs = { |
