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 = [ imports = [
./darkman.nix ./darkman.nix
@@ -23,7 +28,6 @@
nwg-look nwg-look
xournalpp xournalpp
jq jq
kooha
ffmpeg ffmpeg
unzip unzip
+2 -1
View File
@@ -25,7 +25,8 @@ in
hyprsunset hyprsunset
libnotify libnotify
cliphist cliphist
wl-screenrec wf-recorder
slurp
]; ];
home.sessionVariables = { home.sessionVariables = {
+4
View File
@@ -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
];
} }