summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorShubham Saini <me@ubh.sh>2023-10-08 04:53:11 +0000
committerShubham Saini <me@ubh.sh>2023-10-08 04:53:11 +0000
commit3b923cdfa8a7332ec50218bb98b5b3d82b2d1dc2 (patch)
tree1373b47192fb6c69a3e173bc369676547859345e /hosts
parenta84c67f67db03b33b9a4d62a6f8fc7f23470f7f0 (diff)
morpheus: adobe
Diffstat (limited to 'hosts')
-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 00499a1..8b2ba27 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" ]; 14 casks = [ "brave-browser" "karabiner-elements" "adobe-acrobat-reader" ];
15 }; 15 };
16 16
17 nixpkgs = { 17 nixpkgs = {