From 39def26db7b4e0c6a79b7a17d8273db7c78ef415 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 17 Sep 2023 20:18:21 +0900 Subject: chore(flake/home-manager): use my fork * Use my fork of home-manager to get fcitx5 to work with Qt6. * This should be reverted when https://github.com/nix-community/home-manager/pull/4468 lands upsteam. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0dcca80..60c9ec9 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,8 @@ unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11"; - home-manager.url = "github:nix-community/home-manager"; + # TODO: revert when https://github.com/nix-community/home-manager/pull/4468 lands upstream + home-manager.url = "github:sefidel/home-manager/fix-fcitx5-qt"; home-manager.inputs.nixpkgs.follows = "unstable"; impermanence.url = "github:nix-community/impermanence"; -- cgit 1.4.1