diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-24 13:35:39 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-24 13:35:47 -0500 |
| commit | c1cef0f7eafaf85bbae9878b92971a97d7583247 (patch) | |
| tree | be4e6c6a01d584fdbfc58cc328ecca54f7be6319 /hosts/mercury | |
| parent | c9ec61f01a26cff66ef779f0b94694684a16d7da (diff) | |
changes; im lazy
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/ai.nix | 2 | ||||
| -rw-r--r-- | hosts/mercury/config.nix | 1 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 42a478a..1ce6c25 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -3,5 +3,5 @@ enable = true; loadModels = ["deepseek-r1:1.5b"]; }; - environment.systemPackages = [pkgs.mcphost]; + # environment.systemPackages = [pkgs.mcphost]; } diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index d5f0832..d72277a 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -43,6 +43,7 @@ terminal = { shells.fish.enable = true; + shells.bash.enable = true; # for nix-shells programs = { tmux.enable = true; diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 05e84a7..dfed04f 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -7,7 +7,6 @@ imports = [ ./disks.nix ./battery.nix - ./ai.nix inputs.nixos-facter-modules.nixosModules.facter {facter.reportPath = ./facter.json;} |
