From cf270b539827be075e09372e8555202b316df4c8 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 14 Nov 2022 16:43:58 -0500 Subject: [PATCH] Tweaks --- flake.lock | 2 +- flake.nix | 2 +- home-manager/linux/programs/sway.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 670a9e6..c6f6992 100644 --- a/flake.lock +++ b/flake.lock @@ -189,7 +189,7 @@ "inputs": { "gamescope-src": "gamescope-src", "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ], "nixpkgs-unstable": [ "nixpkgs-unstable" diff --git a/flake.nix b/flake.nix index d32591c..897edfc 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ gamescope = { url = "github:nathans-flakes/gamescope"; inputs = { - nixpkgs.follows = "nixpkgs"; + nixpkgs.follows = "nixpkgs-unstable"; nixpkgs-unstable.follows = "nixpkgs-unstable"; }; }; diff --git a/home-manager/linux/programs/sway.nix b/home-manager/linux/programs/sway.nix index 7663691..c7c4068 100644 --- a/home-manager/linux/programs/sway.nix +++ b/home-manager/linux/programs/sway.nix @@ -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" ]; }; }); }