wf-recorder
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./darkman.nix
|
||||
@@ -23,7 +28,6 @@
|
||||
nwg-look
|
||||
xournalpp
|
||||
jq
|
||||
kooha
|
||||
ffmpeg
|
||||
unzip
|
||||
|
||||
|
||||
@@ -25,7 +25,8 @@ in
|
||||
hyprsunset
|
||||
libnotify
|
||||
cliphist
|
||||
wl-screenrec
|
||||
wf-recorder
|
||||
slurp
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
@@ -14,4 +14,8 @@
|
||||
environment.variables = {
|
||||
"WEBKIT_DISABLE_DMABUF_RENDERER" = "1";
|
||||
};
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user