From bc388c1d27444b75aa8825f28f2caabfec26861d Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 23 Mar 2024 15:33:12 +0100 Subject: fix(flake): Import my modules stuck in nixpkgs prs directly That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages. --- flake/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake') diff --git a/flake/default.nix b/flake/default.nix index 709b457b..d9643559 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -5,6 +5,7 @@ system, sysLib, nixpkgs_as_input, + nixpkgs_tfc, # modules home-manager, nixVim, @@ -50,6 +51,8 @@ ; }; defaultModules = [ + "${nixpkgs_tfc}/nixos/modules/config/xdg/portals/termfilechooser.nix" + agenix.nixosModules.default disko.nixosModules.default @@ -73,6 +76,9 @@ nixpkgs_as_input self + # extra package sources + + nixpkgs_tfc ; }; treefmtEval = treefmt-nix.lib.evalModule pkgs ( -- cgit 1.4.1