Skip to content

Commit

Permalink
nixos/gpu-screen-recorder: add the package to systemPackages and syst…
Browse files Browse the repository at this point in the history
…emd.packages
  • Loading branch information
js6pak committed Dec 31, 2024
1 parent 0c641e3 commit 1613c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/programs/gpu-screen-recorder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ in
};

config = lib.mkIf cfg.enable {
environment.systemPackages = [ package ];

systemd.packages = [ package ];

security.wrappers."gsr-kms-server" = {
owner = "root";
group = "root";
Expand Down

0 comments on commit 1613c19

Please sign in to comment.