Tweaks
This commit is contained in:
parent
d1cee4e19e
commit
cf270b5398
|
@ -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"
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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" ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue