diff --git a/home.nix b/home.nix index fafeea36..20427177 100644 --- a/home.nix +++ b/home.nix @@ -32,6 +32,9 @@ in { rustup gcc ]; + sessionVariables = { + COMMA_NIXPKGS_FLAKE = "nixpkgs/${config.home.stateVersion}"; + }; }; xdg.enable = true;