summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-27 11:49:49 -0500
committervin <vin@vineetk.net>2025-01-27 11:49:49 -0500
commit60c15af3496cd32c8decce080c2731abe8226b70 (patch)
tree22d80846fe2987ceb8bcc11f53e3ad95c2350dab /home.nix
parent0de10e4120d48597dd9ca1073b7c981e90ed36c3 (diff)
add quartus to demiurge
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 7c4f3ec..947f6bd 100644
--- a/home.nix
+++ b/home.nix
@@ -1,4 +1,4 @@
1{ config, lib, pkgs, inputs, ... }: 1{ config, lib, pkgs, inputs, hostname, ... }:
2 2
3let 3let
4 colors = import ./colors.nix; 4 colors = import ./colors.nix;
@@ -75,6 +75,12 @@ in {
75 75
76 MOZ_ACCELERATED = 1; 76 MOZ_ACCELERATED = 1;
77 MOZ_WEBRENDER = 1; 77 MOZ_WEBRENDER = 1;
78
79 LM_LICENSE_FILE =
80 if hostname == "demiurge" then
81 "/data/docs/university/2025/spring/eel3792c/LR-214703_License.dat"
82 else
83 "/data/docs/university/2025/spring/eel3792c/LR-213834_License.dat";
78 }; 84 };
79 85
80 shellAliases = { 86 shellAliases = {