about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-28 18:32:52 +0100
committerSoispha <soispha@vhack.eu>2023-12-28 18:32:52 +0100
commit49ddb573c44d4d54110c2ee3b5c01696bb96beb0 (patch)
tree40eede5b6bd265cbfc54c33adb7057d613c0226f /flake.nix
parentfix(hm/pkgs/scr/neorg): Escape single quotes in completion function (diff)
downloadnixos-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.nix4
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