diff --git a/home.nix b/home.nix index 60776c7..e608ae1 100644 --- a/home.nix +++ b/home.nix @@ -37,8 +37,9 @@ in stateVersion = "25.11"; packages = with pkgs; [ + affine voxtype-onnx - #affinity-nix.packages.x86_64-linux.v3 + #affinity-nix.packages.x86_64-linux.v3 biome bun lenovo-legion @@ -358,7 +359,11 @@ in }; programs = { nix-monitor.enable = true; - nix-monitor.rebuildCommand = ["bash" "-c" "cd /home/dan/projects/dotfiles; nh os switch ."]; + nix-monitor.rebuildCommand = [ + "bash" + "-c" + "cd /home/dan/projects/dotfiles; nh os switch ." + ]; zen-browser.enable = true; fish = { enable = true; diff --git a/servers/eisen/configuration.nix b/servers/eisen/configuration.nix index f305145..4335d35 100644 --- a/servers/eisen/configuration.nix +++ b/servers/eisen/configuration.nix @@ -289,6 +289,7 @@ in httpie socat websocat + oh-my-posh ]; nixpkgs.config.allowUnfree = true;