diff options
| author | vin <vin@vineetk.net> | 2025-01-27 11:49:49 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-01-27 11:49:49 -0500 |
| commit | 60c15af3496cd32c8decce080c2731abe8226b70 (patch) | |
| tree | 22d80846fe2987ceb8bcc11f53e3ad95c2350dab /home.nix | |
| parent | 0de10e4120d48597dd9ca1073b7c981e90ed36c3 (diff) | |
add quartus to demiurge
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | { config, lib, pkgs, inputs, ... }: | 1 | { config, lib, pkgs, inputs, hostname, ... }: |
| 2 | 2 | ||
| 3 | let | 3 | let |
| 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 = { |
