diff options
author | Soispha <soispha@vhack.eu> | 2023-12-28 18:32:52 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-28 18:32:52 +0100 |
commit | 49ddb573c44d4d54110c2ee3b5c01696bb96beb0 (patch) | |
tree | 40eede5b6bd265cbfc54c33adb7057d613c0226f /flake.nix | |
parent | fix(hm/pkgs/scr/neorg): Escape single quotes in completion function (diff) | |
download | nixos-config-49ddb573c44d4d54110c2ee3b5c01696bb96beb0.tar.gz nixos-config-49ddb573c44d4d54110c2ee3b5c01696bb96beb0.zip |
fix(sys/svcs/xdg/termfilechooser): Remove as river does not support it
To be precise the xdg-foreign protocol is not supported by river.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |