This commit is contained in:
Nathan McCarty 2022-11-14 16:43:58 -05:00
parent d1cee4e19e
commit cf270b5398
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 3 additions and 2 deletions

View File

@ -189,7 +189,7 @@
"inputs": { "inputs": {
"gamescope-src": "gamescope-src", "gamescope-src": "gamescope-src",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs-unstable"
], ],
"nixpkgs-unstable": [ "nixpkgs-unstable": [
"nixpkgs-unstable" "nixpkgs-unstable"

View File

@ -56,7 +56,7 @@
gamescope = { gamescope = {
url = "github:nathans-flakes/gamescope"; url = "github:nathans-flakes/gamescope";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs-unstable";
nixpkgs-unstable.follows = "nixpkgs-unstable"; nixpkgs-unstable.follows = "nixpkgs-unstable";
}; };
}; };

View File

@ -560,6 +560,7 @@ in with lib; {
"image/tiff" = [ "swayimg.desktop" ]; "image/tiff" = [ "swayimg.desktop" ];
"image/bmp" = [ "swayimg.desktop" ]; "image/bmp" = [ "swayimg.desktop" ];
"application/pdf" = [ "org.gnome.Evince.desktop" ]; "application/pdf" = [ "org.gnome.Evince.desktop" ];
"text/html" = [ "firefox.desktop" ];
}; };
}); });
} }