diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 09:58:57 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 09:58:57 +0100 |
commit | d56282776b152399cd7ee00035de08a61efac8bf (patch) | |
tree | b02ae139beeee2ed75667ed73cc8d9dc76fefc82 /flake.nix | |
parent | feat(hm/conf/xdg/url_handler): Also support opening in zathura (diff) | |
download | nixos-config-d56282776b152399cd7ee00035de08a61efac8bf.tar.gz nixos-config-d56282776b152399cd7ee00035de08a61efac8bf.zip |
feat(sys/srvc/xdg/termfilechooser): Reactive
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 5181f78e..0b3a7bf1 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-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # inputs for following |