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; [
|
home.packages = with pkgs; [
|
||||||
vesktop
|
vesktop
|
||||||
|
discord
|
||||||
obsidian
|
obsidian
|
||||||
kdenlive
|
kdenlive
|
||||||
audacity
|
audacity
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,8 +23,14 @@
|
||||||
nil
|
nil
|
||||||
nixd
|
nixd
|
||||||
|
|
||||||
|
# elixir stuff
|
||||||
|
elixir
|
||||||
|
elixir-ls
|
||||||
|
inotify-tools
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
flyctl
|
flyctl
|
||||||
httpie
|
httpie
|
||||||
|
beekeeper-studio
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue