From a72001cc5129e2a9097e39e13c24681a2ab03e15 Mon Sep 17 00:00:00 2001 From: Viktor Nagy Date: Thu, 10 Feb 2022 19:47:53 +0100 Subject: [PATCH] feat(nix): subtube addition + jq, z-lua, nix-prefetch-scripts --- nixos/packages.nix | 6 ++++++ nixos/pipewire.nix | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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)