From e91a2e75a98ac3ad78a2b5e3add286ecd236c27c Mon Sep 17 00:00:00 2001 From: mehbark Date: Sat, 5 Sep 2026 18:33:16 -0400 Subject: [PATCH] remove opam stuff --- fish.conf.nix | 3 --- home.nix | 6 ------ 2 files changed, 9 deletions(-) diff --git a/fish.conf.nix b/fish.conf.nix index 7ec46ca..d140a16 100644 --- a/fish.conf.nix +++ b/fish.conf.nix @@ -157,7 +157,4 @@ end end # export CHEZSCHEMELIBDIRS="/home/mbk/Aims/chez/thunderchez:/home/mbk/Aims/chez/thunderchez:/home/mbk/Aims/chez/chez-srfi:/home/mbk/Aims/chez/pfds" - -# opam configuration -source /home/mbk/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true '' diff --git a/home.nix b/home.nix index 4d89b20..75d8506 100644 --- a/home.nix +++ b/home.nix @@ -441,12 +441,6 @@ programs.home-manager.enable = true; - programs.opam = { - enable = true; - enableFishIntegration = true; - enableBashIntegration = true; - }; - services.syncthing = { enable = true; };