aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 13:52:55 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 13:54:53 -0500
commit64d6e9664bbcbe4125df56f8f228f92222c13188 (patch)
tree56c14664bdd8047bb8a71a981ca4a315ec19a9b6 /hosts/mercury/config.nix
parent6fabcf9a21bddc9a69f63a32535cfc25fcf668e2 (diff)
cfg for research applications for mercury
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index a80a871..462c144 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -21,6 +21,8 @@
programs = {
firefox.enable = true;
foot.enable = true;
+
+ research.enable = true;
};
};