diff --git a/nixos/packages.nix b/nixos/packages.nix index 558e9f4a..a190ecbe 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -2,6 +2,8 @@ let unstable = import { config = { allowUnfree = true; }; }; + subtube = import ./subtube.nix; + wayland = true; work = false; @@ -50,6 +52,10 @@ let lazygit ripgrep nodePackages.pyright + z-lua + subtube + jq + nix-prefetch-scripts ]; waylandSwitch = with pkgs; diff --git a/nixos/pipewire.nix b/nixos/pipewire.nix index 41ac1fda..ed816caa 100644 --- a/nixos/pipewire.nix +++ b/nixos/pipewire.nix @@ -12,7 +12,7 @@ alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - jack.enable = true; + # jack.enable = true; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now)