This commit is contained in:
Johannes Jöns 2024-01-13 17:54:41 +01:00
parent ad57c6345d
commit d73dc3ba23

View file

@ -1,7 +1,7 @@
{ {
description = "jopejoe1 NixOS configuration"; description = "jopejoe1 NixOS configuration";
inputs = rec { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
kde2nix.url = "github:nix-community/kde2nix"; kde2nix.url = "github:nix-community/kde2nix";
firefox-addons = { firefox-addons = {
@ -76,8 +76,7 @@
# Patches # Patches
prism-game-options-patch = { prism-game-options-patch = {
url = url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch";
"https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch";
flake = false; flake = false;
}; };
}; };