diff --git a/flake.nix b/flake.nix index f9bd103..4991c45 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,8 @@ # Good HM hygiene xdg.enable = true; home.stateVersion = "24.05"; + + home.activationPackages = with pkgs; []; } ]; };