more tools and such

This commit is contained in:
insects 2024-10-08 22:28:38 +02:00
parent f2f91c43f5
commit 3600441d59
3 changed files with 8 additions and 1 deletions

View file

@ -12,6 +12,7 @@
home.packages = with pkgs; [
vesktop
discord
obsidian
kdenlive
audacity

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [ obs-tuna ];
plugins = with pkgs.obs-studio-plugins; [ obs-tuna obs-vkcapture ];
};
}

View file

@ -23,8 +23,14 @@
nil
nixd
# elixir stuff
elixir
elixir-ls
inotify-tools
# misc
flyctl
httpie
beekeeper-studio
];
}