feat(hyprrecord): add prototype screen recording script, still needs some work

This commit is contained in:
ooks-io 2024-03-11 17:28:11 +13:00
parent 9ace54121a
commit 40083a5db5
5 changed files with 64 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, pkgs, inputs, ... }:
let
cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume hyprkillsession;
inherit (import ./pkgs {inherit pkgs;}) hyprrecord hyprbrightness hyprvolume hyprkillsession;
in
{
imports = [
@ -22,6 +22,7 @@ in
hyprvolume
hyprkillsession
hyprbrightness
hyprrecord
];
wayland.windowManager.hyprland = {