Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Feb 22, 2025
1 parent 9c9bbe9 commit fad9d3e
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 59 deletions.
96 changes: 48 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions home-manager/personalities/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
shadps4
yuki-iptv
vorta
prismlauncher
];
}
1 change: 0 additions & 1 deletion home-manager/personalities/desktop/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
yzhang.markdown-all-in-one
streetsidesoftware.code-spell-checker
github.copilot
github.copilot-chat
mechatroner.rainbow-csv
tobermory.es6-string-html
bpruitt-goddard.mermaid-markdown-syntax-highlighting
Expand Down
4 changes: 4 additions & 0 deletions nixos/personalities/desktop/game-console.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
kdePackages.discover
amdgpu_top
steam-rom-manager
prismlauncher
# Gamecube / Wii
dolphin-emu
# PSX
Expand Down Expand Up @@ -141,6 +142,9 @@
devices.steamdeck.enableKernelPatches = true;
steamos.useSteamOSConfig = true;
hardware.has.amd.gpu = true;
decky-loader = {
enable = true;
};
steam = {
enable = true;
autoStart = true;
Expand Down
20 changes: 10 additions & 10 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
xpadneo = prev.xpadneo.overrideAttrs (oldAttrs: {
version = "git.74dd867";
src = final.fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
rev = "ed569629dbf0ef0033386a54826aff6da2af2a9f";
sha256 = "";
fetchSubmodules = true;
};
});
# xpadneo = prev.xpadneo.overrideAttrs (oldAttrs: {
# version = "git.74dd867";
# src = final.fetchFromGitHub {
# owner = "atar-axis";
# repo = "xpadneo";
# rev = "ed569629dbf0ef0033386a54826aff6da2af2a9f";
# sha256 = "";
# fetchSubmodules = true;
# };
# });
gamescope = prev.gamescope.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches ++ [
./gamescope-native-res.patch
Expand Down

0 comments on commit fad9d3e

Please sign in to comment.