summaryrefslogtreecommitdiff
path: root/hosts/morpheus/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/morpheus/configuration.nix')
-rw-r--r--hosts/morpheus/configuration.nix2
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 = {