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