From 2c7730d6098dbde00b43156f706ee415a8a97b8c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 23 Aug 2024 14:11:13 -0500 Subject: [PATCH] Unstable deck --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4aac655..901dbfd 100644 --- a/flake.nix +++ b/flake.nix @@ -566,7 +566,7 @@ homeConfigurations = { "deck" = let system = "x86_64-linux"; - pkgs = pkgsFor system; + pkgs = unstable.pkgsFor system; in home-manager-unstable.lib.homeManagerConfiguration { inherit pkgs;