feat(hyprrecord): add prototype screen recording script, still needs some work
This commit is contained in:
parent
9ace54121a
commit
40083a5db5
5 changed files with 64 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue