Compare commits
4 commits
f3c932d91d
...
53c416ad53
Author | SHA1 | Date | |
---|---|---|---|
|
53c416ad53 | ||
|
1785fb5e7b | ||
|
b5c037aba4 | ||
|
12c13f05f0 |
5 changed files with 14 additions and 11 deletions
12
home-manager/flake.lock
generated
12
home-manager/flake.lock
generated
|
@ -129,11 +129,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1742937945,
|
||||
"narHash": "sha256-lWc+79eZRyvHp/SqMhHTMzZVhpxkRvthsP1Qx6UCq0E=",
|
||||
"lastModified": 1743231893,
|
||||
"narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d02d88f8de5b882ccdde0465d8fa2db3aa1169f7",
|
||||
"rev": "c570c1f5304493cafe133b8d843c7c1c4a10d3a6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -194,12 +194,12 @@
|
|||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-40v+vomEF78ueMyMiz3GbMFJi4WOnzfbkGxiB+vFLSY=",
|
||||
"path": "/nix/store/anc4qzhsc5y7hmsagfga798ngdvs12a0-source/programs/shadps4",
|
||||
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
|
||||
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "/nix/store/anc4qzhsc5y7hmsagfga798ngdvs12a0-source/programs/shadps4",
|
||||
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
pkgs.qbittorrent
|
||||
pkgs.monero-gui
|
||||
unstable.peazip
|
||||
unstable.kiwix
|
||||
|
||||
# pkgs.protonplus
|
||||
unstable.pcsx2
|
||||
|
@ -109,6 +110,7 @@
|
|||
pkgs.jetbrains.webstorm
|
||||
pkgs.jetbrains.rider
|
||||
pkgs.jetbrains.idea-community
|
||||
unstable.neovim
|
||||
# === Dev tooling ===
|
||||
|
||||
# === Media ===
|
||||
|
|
1
home-manager/programs/shadps4/.gitignore
vendored
Normal file
1
home-manager/programs/shadps4/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/result
|
6
home-manager/programs/shadps4/flake.lock
generated
6
home-manager/programs/shadps4/flake.lock
generated
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"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": {
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "shadps4-emu";
|
||||
repo = "shadPS4";
|
||||
rev = "437af9320104011b32c34c85a6d888a78969b705";
|
||||
hash = "sha256-yKaDoqQUGlcfHghqvzs9V8ZjPkO7E1imeTeyiMqGvJw=";
|
||||
rev = "a707d31a4c23fdd8aefb146ae04d25ecbca246d0";
|
||||
hash = "sha256-ZOuhdZuLXbR3kzNwoK7jioFy+MjKL8GDBtVRsyGcL98=";
|
||||
fetchSubmodules = true;
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue