diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-19 03:31:16 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-19 03:31:16 -0700 |
| commit | 46634cd218b88705374f9b5dca09823a8ff0b194 (patch) | |
| tree | 2b5dbbfa6e351e36f502b6ec345836bbb1992066 /config/nix.org | |
| parent | 40fa22edec7f68432187a3b7e009558078248e26 (diff) | |
final commit before going to victoria
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org index fd83045..4af62f3 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3273,6 +3273,7 @@ in lang-haskell.enable = lib.mkDefault config.monorepo.profiles.enable; lang-idris.enable = lib.mkDefault config.monorepo.profiles.enable; lang-agda.enable = lib.mkDefault config.monorepo.profiles.enable; + lang-scheme.enable = lib.mkDefault config.monorepo.profiles.enable; crypto.enable = lib.mkDefault config.monorepo.profiles.enable; art.enable = lib.mkDefault config.monorepo.profiles.enable; @@ -3502,7 +3503,6 @@ epkgs: [ epkgs.projectile epkgs.rustic epkgs.s - epkgs.scheme-mode epkgs.solaire-mode epkgs.scad-mode epkgs.simple-httpd @@ -3560,7 +3560,7 @@ the timezone. My iamb profile. Note that iamb does not support calling (obviously, as it is a terminal app), but the nice thing about it is that I can set it up declaratively, so in case element-desktop stops working because of lack of declarative setup, I can still use this. #+begin_src nix :tangle ../nix/modules/home/iamb.nix -{ super, config, ... }: +{ super, lib, config, ... }: { programs.iamb = { enable = lib.mkDefault config.monorepo.profiles.graphics.enable; |
