more tools and such
This commit is contained in:
parent
f2f91c43f5
commit
3600441d59
3 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
discord
|
||||
obsidian
|
||||
kdenlive
|
||||
audacity
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,8 +23,14 @@
|
|||
nil
|
||||
nixd
|
||||
|
||||
# elixir stuff
|
||||
elixir
|
||||
elixir-ls
|
||||
inotify-tools
|
||||
|
||||
# misc
|
||||
flyctl
|
||||
httpie
|
||||
beekeeper-studio
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue