Tweaks
This commit is contained in:
parent
d1cee4e19e
commit
cf270b5398
|
@ -189,7 +189,7 @@
|
|||
"inputs": {
|
||||
"gamescope-src": "gamescope-src",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
"nixpkgs-unstable"
|
||||
],
|
||||
"nixpkgs-unstable": [
|
||||
"nixpkgs-unstable"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
gamescope = {
|
||||
url = "github:nathans-flakes/gamescope";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs.follows = "nixpkgs-unstable";
|
||||
nixpkgs-unstable.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -560,6 +560,7 @@ in with lib; {
|
|||
"image/tiff" = [ "swayimg.desktop" ];
|
||||
"image/bmp" = [ "swayimg.desktop" ];
|
||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue