Compare commits

...

6 commits

Author SHA1 Message Date
BuyMyMojo
a6b3798ca9
Move more packages to unstable 2025-03-29 21:44:27 +11:00
BuyMyMojo
f4eecfffaf
Add peazip 2025-03-29 21:44:06 +11:00
BuyMyMojo
c2cb56e0bb
Add gpu-screen-recorder-ui from nixpkgs fork 2025-03-29 21:43:55 +11:00
BuyMyMojo
a53bc49fa8
Move wine to home-manager 2025-03-29 21:41:50 +11:00
BuyMyMojo
f6c37033fd
Fix mangohud fps limit 2025-03-29 21:41:03 +11:00
BuyMyMojo
215f8137d9
bump flake.lock 2025-03-29 21:40:50 +11:00
4 changed files with 52 additions and 17 deletions

View file

@ -51,7 +51,7 @@ fps_limit_method=late
toggle_fps_limit=Shift_L+F1
show_fps_limit
fps_limit='157,157,120,0'
fps_limit=157,120,0
resolution
fsr
winesync

View file

@ -95,13 +95,29 @@
"type": "github"
}
},
"nixpkgs-gsr-ui": {
"locked": {
"lastModified": 1741023597,
"narHash": "sha256-09HLLCoC6L8OEjy0mvA7F6agriHQQOGXYsOisE0b4g8=",
"owner": "js6pak",
"repo": "nixpkgs",
"rev": "5c405e5de49ffe89bcdc5b43813b31383eef6f1c",
"type": "github"
},
"original": {
"owner": "js6pak",
"ref": "gpu-screen-recorder-ui/init",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"lastModified": 1743095683,
"narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6",
"type": "github"
},
"original": {
@ -167,6 +183,7 @@
"home-manager": "home-manager",
"moonlight": "moonlight",
"nixpkgs": "nixpkgs_2",
"nixpkgs-gsr-ui": "nixpkgs-gsr-ui",
"nixpkgs-unstable": "nixpkgs-unstable",
"shadps4-git": "shadps4-git"
}
@ -178,11 +195,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-40v+vomEF78ueMyMiz3GbMFJi4WOnzfbkGxiB+vFLSY=",
"path": "/nix/store/7w83b1vpap9c0x2gz3g2an6k5n9wkmdk-source/home-manager/programs/shadps4",
"path": "/nix/store/8ch06glxnjrrjbaxgm0rnkp5n56ykb7g-source/programs/shadps4",
"type": "path"
},
"original": {
"path": "/nix/store/7w83b1vpap9c0x2gz3g2an6k5n9wkmdk-source/home-manager/programs/shadps4",
"path": "/nix/store/8ch06glxnjrrjbaxgm0rnkp5n56ykb7g-source/programs/shadps4",
"type": "path"
}
},

View file

@ -18,6 +18,10 @@
shadps4-git.url = "./programs/shadps4";
nixpkgs-gsr-ui = {
url = "github:js6pak/nixpkgs/gpu-screen-recorder-ui/init"; # Add `/develop` to the flake URL to use nightly.
};
};
outputs =
@ -25,6 +29,7 @@
nixpkgs,
home-manager,
nixpkgs-unstable,
nixpkgs-gsr-ui,
...
}@inputs:
let
@ -39,6 +44,11 @@
config.allowUnfree = true;
};
gsr-ui = import nixpkgs-gsr-ui {
inherit system;
config.allowUnfree = true;
};
in
{
homeConfigurations."buymymojo" = home-manager.lib.homeManagerConfiguration {
@ -46,6 +56,7 @@
extraSpecialArgs = {
inherit unstable;
inherit inputs;
inherit gsr-ui;
};
# Specify your home configuration modules here, for example,

View file

@ -2,7 +2,7 @@
config,
pkgs,
unstable,
gpu-screen-recorder-ui-pkgs,
gsr-ui,
inputs,
...
}:
@ -31,6 +31,8 @@
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;
home.file."bin/wine".source = unstable.wineWowPackages.waylandFull;
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with unstable; with inputs; [
@ -39,16 +41,21 @@
pkgs.xpipe
pkgs.qbittorrent
pkgs.monero-gui
unstable.peazip
# pkgs.protonplus
pkgs.pcsx2
unstable.pcsx2
pkgs.rpcs3
unstable.ryubing
unstable.torzu
pkgs.heroic-unwrapped
pkgs.ludusavi
unstable.ludusavi
inputs.shadps4-git.packages."x86_64-linux".default
unstable.wineWowPackages.waylandFull
unstable.winetricks
steamtinkerlaunch
# === Minecraft ===
pkgs.prismlauncher
# pkgs.zulu8
@ -65,7 +72,7 @@
pkgs.poop # Compare the performance of multiple commands with a colorful terminal user interface
pkgs.age
pkgs.stow
pkgs.yt-dlp
unstable.yt-dlp
pkgs.aria2
pkgs.jujutsu
pkgs.lazyjj
@ -74,7 +81,7 @@
# === Image CLI ===
unstable.oxipng
unstable.image_optim
pkgs.jpegoptim
unstable.jpegoptim
pkgs.libjxl
pkgs.libavif
pkgs.libwebp
@ -90,7 +97,7 @@
# === Communication ===
# === Game perf ===
pkgs.mangojuice
unstable.mangojuice
unstable.goverlay
# === Game perf ===
@ -105,15 +112,15 @@
# === Dev tooling ===
# === Media ===
pkgs.gimp
pkgs.krita
unstable.gimp
unstable.krita
# pkgs.mpv
unstable.losslesscut-bin
# === Media ===
pkgs.polychromatic
pkgs.orca-slicer
unstable.orca-slicer
pkgs.lazydocker
pkgs.distrobox
@ -122,12 +129,12 @@
unstable.godot-mono
unstable.godot-export-templates
unstable.blender-hip
pkgs.freecad-wayland
unstable.freecad-wayland
pkgs.unityhub
pkgs.material-maker
unstable.gpu-screen-recorder
unstable.gpu-screen-recorder-gtk
gsr-ui.gpu-screen-recorder-ui
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your