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; [ home.packages = with pkgs; [
vesktop vesktop
discord
obsidian obsidian
kdenlive kdenlive
audacity audacity

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
programs.obs-studio = { programs.obs-studio = {
enable = true; 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 nil
nixd nixd
# elixir stuff
elixir
elixir-ls
inotify-tools
# misc # misc
flyctl flyctl
httpie httpie
beekeeper-studio
]; ];
} }