Remove gpu screen recorder ui
This commit is contained in:
parent
d16e172434
commit
194a624d78
4 changed files with 16 additions and 34 deletions
17
home-manager/flake.lock
generated
17
home-manager/flake.lock
generated
|
@ -36,22 +36,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gpu-screen-recorder-ui": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1741023597,
|
|
||||||
"narHash": "sha256-09HLLCoC6L8OEjy0mvA7F6agriHQQOGXYsOisE0b4g8=",
|
|
||||||
"owner": "js6pak",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "5c405e5de49ffe89bcdc5b43813b31383eef6f1c",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "js6pak",
|
|
||||||
"ref": "5c405e5de49ffe89bcdc5b43813b31383eef6f1c",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -164,7 +148,6 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"gpu-screen-recorder-ui": "gpu-screen-recorder-ui",
|
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"moonlight": "moonlight",
|
"moonlight": "moonlight",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
|
|
|
@ -16,10 +16,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu-screen-recorder-ui = {
|
|
||||||
url = "github:js6pak/nixpkgs?ref=5c405e5de49ffe89bcdc5b43813b31383eef6f1c";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
@ -27,7 +24,6 @@
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
home-manager,
|
home-manager,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
gpu-screen-recorder-ui,
|
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
|
@ -42,16 +38,11 @@
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu-screen-recorder-ui-pkgs = import gpu-screen-recorder-ui {
|
|
||||||
inherit system;
|
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
homeConfigurations."buymymojo" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."buymymojo" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit gpu-screen-recorder-ui-pkgs;
|
|
||||||
inherit unstable;
|
inherit unstable;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,6 +24,13 @@
|
||||||
home.file."jdks/zulujdk17".source = pkgs.zulu17;
|
home.file."jdks/zulujdk17".source = pkgs.zulu17;
|
||||||
home.file."jdks/zulujdk23".source = pkgs.zulu23;
|
home.file."jdks/zulujdk23".source = pkgs.zulu23;
|
||||||
|
|
||||||
|
home.file."Godot/current".source = unstable.godot;
|
||||||
|
home.file."Godot/current-mono".source = unstable.godot-mono;
|
||||||
|
home.file."Godot/export-templates/current".source = unstable.godot-export-templates;
|
||||||
|
home.file."Godot/4.3".source = unstable.godot_4_3;
|
||||||
|
home.file."Godot/4.3-mono".source = unstable.godot_4_3-mono;
|
||||||
|
home.file."Godot/export-templates/4.3".source = unstable.godot_4_3-export-templates;
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with unstable; [
|
home.packages = with unstable; [
|
||||||
|
@ -37,6 +44,7 @@
|
||||||
pkgs.pcsx2
|
pkgs.pcsx2
|
||||||
pkgs.rpcs3
|
pkgs.rpcs3
|
||||||
unstable.ryubing
|
unstable.ryubing
|
||||||
|
unstable.torzu
|
||||||
pkgs.heroic-unwrapped
|
pkgs.heroic-unwrapped
|
||||||
pkgs.ludusavi
|
pkgs.ludusavi
|
||||||
|
|
||||||
|
@ -96,7 +104,7 @@
|
||||||
# === Media ===
|
# === Media ===
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
pkgs.krita
|
pkgs.krita
|
||||||
pkgs.mpv
|
# pkgs.mpv
|
||||||
unstable.losslesscut-bin
|
unstable.losslesscut-bin
|
||||||
# === Media ===
|
# === Media ===
|
||||||
|
|
||||||
|
@ -108,7 +116,8 @@
|
||||||
pkgs.distrobox
|
pkgs.distrobox
|
||||||
pkgs.boxbuddy
|
pkgs.boxbuddy
|
||||||
|
|
||||||
unstable.godot
|
unstable.godot-mono
|
||||||
|
unstable.godot-export-templates
|
||||||
unstable.blender-hip
|
unstable.blender-hip
|
||||||
pkgs.freecad-wayland
|
pkgs.freecad-wayland
|
||||||
pkgs.unityhub
|
pkgs.unityhub
|
||||||
|
@ -116,7 +125,6 @@
|
||||||
|
|
||||||
unstable.gpu-screen-recorder
|
unstable.gpu-screen-recorder
|
||||||
unstable.gpu-screen-recorder-gtk
|
unstable.gpu-screen-recorder-gtk
|
||||||
gpu-screen-recorder-ui-pkgs.gpu-screen-recorder-ui
|
|
||||||
|
|
||||||
# # You can also create simple shell scripts directly inside your
|
# # You can also create simple shell scripts directly inside your
|
||||||
# # configuration. For example, this adds a command 'my-hello' to your
|
# # configuration. For example, this adds a command 'my-hello' to your
|
||||||
|
@ -125,7 +133,7 @@
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.moonlight-mod = {
|
programs.moonlight-mod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# stable = {
|
# stable = {
|
||||||
|
|
|
@ -89,9 +89,9 @@ deband-threshold=48
|
||||||
deband-range=24
|
deband-range=24
|
||||||
deband-grain=16
|
deband-grain=16
|
||||||
|
|
||||||
dither-depth=auto
|
# dither-depth=auto
|
||||||
dither=error-diffusion
|
# dither=error-diffusion
|
||||||
error-diffusion=sierra-lite
|
# error-diffusion=sierra-lite
|
||||||
|
|
||||||
#ewa_lanczossharp
|
#ewa_lanczossharp
|
||||||
scale=ewa_lanczos
|
scale=ewa_lanczos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue