From 49ddb573c44d4d54110c2ee3b5c01696bb96beb0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 28 Dec 2023 18:32:52 +0100 Subject: fix(sys/svcs/xdg/termfilechooser): Remove as river does not support it To be precise the xdg-foreign protocol is not supported by river. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 13374b8c..5181f78e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,8 +3,8 @@ inputs = { # base - # nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixpkgs.url = "github:soispha/nixpkgs/termfilechooser"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # nixpkgs.url = "github:soispha/nixpkgs/termfilechooser"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # inputs for following -- cgit 1.4.1