feat(hyprrecord): move recording script to seperate flake

This commit is contained in:
ooks-io 2024-03-17 20:12:15 +13:00
parent 1294cf04e9
commit 7655485e8f
5 changed files with 8 additions and 62 deletions

View file

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