parent
68beb6118f
commit
9f2b537bf7
27 changed files with 470 additions and 272 deletions
devices/binto/modules
|
@ -2,13 +2,13 @@
|
|||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
gpu-screen-recorder-src,
|
||||
...
|
||||
}: let
|
||||
gsr = pkgs.gpu-screen-recorder.overrideAttrs (o: {
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.r445.84f9a04.tar.gz";
|
||||
hash = "sha256-YKGLv7QFBxTZDW9HKS6tEeP1pX91idtuy0oUr4mbjjU=";
|
||||
};
|
||||
version = gpu-screen-recorder-src.rev;
|
||||
|
||||
src = gpu-screen-recorder-src;
|
||||
|
||||
postPatch = "";
|
||||
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
nix-gaming.nixosModules.steamCompat
|
||||
];
|
||||
imports = [nix-gaming.nixosModules.steamCompat];
|
||||
|
||||
programs = {
|
||||
steam = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue