Skip to content

Commit

Permalink
feat(nix): subtube addition + jq, z-lua, nix-prefetch-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nagy135 committed Feb 10, 2022
1 parent 5d7adc3 commit a72001c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions nixos/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
let
unstable = import <unstable> { config = { allowUnfree = true; }; };

subtube = import ./subtube.nix;

wayland = true;
work = false;

Expand Down Expand Up @@ -50,6 +52,10 @@ let
lazygit
ripgrep
nodePackages.pyright
z-lua
subtube
jq
nix-prefetch-scripts
];

waylandSwitch = with pkgs;
Expand Down
2 changes: 1 addition & 1 deletion nixos/pipewire.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a72001c

Please sign in to comment.