some updates
This commit is contained in:
parent
e09709c638
commit
e9adb6d552
6 changed files with 46 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./fuzzel.nix
|
||||
./kitty.nix
|
||||
./ghostty.nix
|
||||
./obs.nix
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
15
home-manager/modules/obs.nix
Normal file
15
home-manager/modules/obs.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# A cat clone with syntax highlighting and Git integration.
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
# extraPackages = with pkgs; [
|
||||
# gtksourceview
|
||||
# webkitgtk
|
||||
# accountsservice
|
||||
# libdbusmenu-gtk3
|
||||
# ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue