wf-recorder

This commit is contained in:
Miguel Palhas
2026-02-18 13:49:44 +00:00
parent bd80c370bf
commit 5939224604
3 changed files with 12 additions and 3 deletions
+6 -2
View File
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
imports = [
./darkman.nix
@@ -23,7 +28,6 @@
nwg-look
xournalpp
jq
kooha
ffmpeg
unzip
+2 -1
View File
@@ -25,7 +25,8 @@ in
hyprsunset
libnotify
cliphist
wl-screenrec
wf-recorder
slurp
];
home.sessionVariables = {
+4
View File
@@ -14,4 +14,8 @@
environment.variables = {
"WEBKIT_DISABLE_DMABUF_RENDERER" = "1";
};
hardware.graphics.extraPackages = with pkgs; [
nvidia-vaapi-driver
];
}