added a bunch of nixos modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
flake.modules.nixos.gpu-screenrecorder = { pkgs, ... }: {
|
||||
programs.gpu-screen-recorder.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
gpu-screen-recorder
|
||||
killall
|
||||
libnotify
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user